Category Cabling, Object ProCablelocation

Function ProCablelocationPointGet


Description
Retrive the location's point for specified harness
Synopsis
#include <ProCabling.h>
ProErrorProCablelocationPointGet(
ProCablelocation* location
/* (In)
The cable location.
*/
ProPoint3d pnt
/* (Out)
The cable location's point.
*/
ProVector tan
/* (Out)
The cable location's vector.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved locations.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther error.

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilCable.c )