Category Cabling, Object ProCable

Function ProCableSegmentsGet


Description
Collect cable segments.
Synopsis
#include <ProCabling.h>
ProErrorProCableSegmentsGet(
ProCable* p_cable
/* (In)
The cable.
*/
ProCablesegment** p_segs
/* (Out)
ProArray of cable segments. The function allocates memory, user must free it by ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully get cable data.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Cable Geometry
  3. Production Applications: Cabling: Cable Geometry

Sample Code References:

  1. pt_examples ( UtilCable.c )