Category Piping, Object ProPsegment

Function ProPsegmentCurvesGet


Description
Outputs an array of curves which describe the geometry of a specified pipeline segment
Synopsis
#include <ProPiping.h>
ProErrorProPsegmentCurvesGet(
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
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS
PRO_TK_E_NOT_FOUNDNo curves

Manual References:

  1. Production Applications: Piping: Segments