Category Cabling, Object ProCablesegment

Function ProCablesegmentInfoPointsGet


Description
Get cable segment points, tangents and location ids.
Synopsis
#include <ProCabling.h>
ProErrorProCablesegmentInfoPointsGet(
ProCablesegmentInfo segment
/* (In)
The cable segment.
*/
ProPoint3d** p_pnts
/* (Out)
ProArray of segment points. User must free memory by ProArrayFree.
*/
ProVector** p_tangents
/* (Out)
ProArray of segment tangents. User must free memory by ProArrayFree.
*/
int** p_loc_ids
/* (Out)
ProArray of location ids. User must free memory by ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully get cable segment data.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Production Applications: Cabling: Cable Parameters
  2. Production Applications: Cabling: Cable Parameters