surfmap_Get2DTrimmingCurve

The given curveid (faceid), the ID (loopid) of the given clipping ring, removes the curveid 2D curve data from the boundary ring.

Interface definition

 
  extern "C" __declspec(dllimport) void surfmap_Get2DTrimmingCurve(int faceid, int loopid, int curveid, int* ctrlp_num, int* degree, double** knot, double** cpu, double** cpv)

Interface parameters

 

Return value

No return value

 

 

Back to top