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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a spline and getting its control points (poles)

Status
Not open for further replies.

WilsonBlr

Aerospace
Joined
Jun 11, 2014
Messages
19
Location
IN


Hi,

I am trying to create a spline in NXOpen by passing the points on curve and I need to extract the control points for this curve. Which would be the best way to do it?

I can use
Code:
UF_CALL (UF_MODL_create_fitted_spline(&tFitSplineData, &dMaxErr, &nErrorCode, &tGeometry) );

but I dont know how to use tag_t tGeometry or how to cast it to any class.

Could there be another way around ?

Thanks for all the help.
Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top