AndySimulation
Automotive
- Oct 29, 2021
- 1
Hello All,
I am trying to seed a sketchIntersectionCurve with some points to be used in an NXOpen algorithm. We tried using the method - PointSetBuilder.SingleCurveOrEdgeCollector.AddToSection. But this method requires an IBaseCurve as an input. It doesn't accept sketchIntersectionCurve as an input. We also tried to cast the sketchIntersectionCurve to IBaseCurve, but it did not work.
Any inputs on how to add points on a sketchIntersectionCurve?
I am trying to seed a sketchIntersectionCurve with some points to be used in an NXOpen algorithm. We tried using the method - PointSetBuilder.SingleCurveOrEdgeCollector.AddToSection. But this method requires an IBaseCurve as an input. It doesn't accept sketchIntersectionCurve as an input. We also tried to cast the sketchIntersectionCurve to IBaseCurve, but it did not work.
Any inputs on how to add points on a sketchIntersectionCurve?