Page 1 of 1

Contact of objects

Posted: Thu Jun 20, 2024 10:21 am
by Andy_r_723
HI
I am developing a program which models contact of two bones in a human joint. I was able to find a contact point using program similar to the “collision path” example. I need to analyse in software the surface around the contact. Is there a way to fit a smooth nurb surface around the point? I am using v6.2 with VB .NET.

Any pointers would be appreciated
Andy

Re: Contact of objects

Posted: Thu Jun 20, 2024 10:27 am
by CG_
Hi
I think you need this:
DiffSurface sample
You get a square parametric patch centered around a point I believe.
Cheers