How can I check whether a point is on a surface?
Abraham Lin
How can I check whether a point is on a surface?,especially, this surface is trimmed an irregular sharp. I always got false when I called IsPointInside() function of surface.
bool ret = surf.Trimming.IsPointInside(point);
0
Comments
Please sign in to leave a comment.