Creating a spline and getting its control points (poles)
Creating a spline and getting its control points (poles)
(OP)
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





RE: Creating a spline and getting its control points (poles)
www.nxjournaling.com