getParamAnomaly() for CurveEvaluator2D and CurveEvaluator3D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For NurbsCurve3D and other curves: Is there a way to determine whether a curve is singular via the API?
The Inventor API provides the method IRxCurveEvaluator::GetParamAnomaly(…) which returns whether a curve is singular, and while Fusion 360 has SurfaceEvaluator::getParamAnomaly(…) which returns the singularities of a surface, there does not seem to be any similar method for CurveEvaluator2D and CurveEvaluator3D in Fusion 360.
Is there any way I can get this information in Fusion 360?
Thanks in advance.