Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-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
Joined
Oct 29, 2021
Messages
1
Location
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.

Part and Inventory Search

Sponsor

Back
Top