Category Cabling, Object ProCablesegment

Function ProCablesegmentPointsGet


Description
Get cable segment points.
Synopsis
#include <ProCabling.h>
ProErrorProCablesegmentPointsGet(
ProCablesegment 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.
*/
)
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. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Cable Geometry
  3. Production Applications: Cabling: Cable Geometry