Category Cabling, Object ProCable

Function ProCableCurvesGet


Description
Retrieves the trajectory entities for the specified feature.
Synopsis
#include <ProCabling.h>
ProErrorProCableCurvesGet(
ProCable* cbl_feat
/* (In)
The cable for which the ProCurves will be returned
*/
ProBoolean inc_bundle
/* (In)
should the function return ProCurve of the bundles in which the cable passes
*/
ProCurve** p_curves
/* (Out)
A ProArray of the curves.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the curves
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Production Applications: Cabling: Connectors Parameters
  2. Technical Summary of Changes for Creo 11.0.0.0: Cabling