Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding points on a SketchIntersectionCurve

Status
Not open for further replies.

AndySimulation

Automotive
Oct 29, 2021
1
IN
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?

 
Status
Not open for further replies.
Back
Top