-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi
I have few questions on approximate implicitization used in Go-Tools.
- How do I compute distance of a point to approximate implicit function? Is evaluation operator () in BernsteinTetrahedralPoly which accepts barycentric coordinates return this distance? Also, can I use BaryCoordSystem3D.cartToBary(pt) to convert a point in 3D space to barycentric and then use the evaluation operator?
- If I have a CAD model represented as a set of NURBS or Bezier patches, how do to use this library to compute signed distance function? This needs 2 things, (a) Find if a point is inside a model or outside (b) Find min distance to the model. Would appreciate how one would go about using approx. implicit for this purpose
- Is tolerance value used in ImplicitizeSurfaceAlgo? Does this indicate how far implicit surface is from actual surface?
- What is the contact email for questions on licensing.
Regards
SK
Metadata
Metadata
Assignees
Labels
No labels