Hi,
I'm trying to figure out if two splines are equal. When a user selects a spline using the 'singe curve' option, the NXOpen API doesn't allow me to see which spline was selected. It does, however, create a temporary spline. Unfortunately, after plugging this temporary spline into a 'CreateStudioSplineBuilderEX' and getting out the points, and comparing the temporary spline to the original, only the first and last point are the same, with different points in between. The original spline has 5 points associated with it while the temporary one has 6. They splines should be shaped exactly the same.
Is there a method in NX that could tell you if a point lies on a curve?
I'm trying to figure out if two splines are equal. When a user selects a spline using the 'singe curve' option, the NXOpen API doesn't allow me to see which spline was selected. It does, however, create a temporary spline. Unfortunately, after plugging this temporary spline into a 'CreateStudioSplineBuilderEX' and getting out the points, and comparing the temporary spline to the original, only the first and last point are the same, with different points in between. The original spline has 5 points associated with it while the temporary one has 6. They splines should be shaped exactly the same.
Is there a method in NX that could tell you if a point lies on a curve?