Description | ||||||||
Outputs an array of curves which describe the geometry of a specified pipeline segment | ||||||||
Synopsis | ||||||||
#include <ProPiping.h> | ||||||||
ProError | ProPsegmentCurvesGet | ( | ||||||
ProPsegment segment | ||||||||
/* (In) | ||||||||
The segment | ||||||||
*/ | ||||||||
ProCurve** curves | ||||||||
/* (Out) | ||||||||
A ProArray of the curves. Access the curve geometry using ProCurveDataGet(). The array is allocated by the function, and should be freed after use by calling ProArrayFree(). The curves are opaque pointers to data inside Creo Parametric. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|