Category Cabling, Object ProCable

Function ProCableClearanceCompute


Description
Determines the clearance of the specified cable, and reports if interference was found
Synopsis
#include <ProCabling.h>
ProErrorProCableClearanceCompute(
ProSelection sel1
/* (In)
The first selection.
*/
ProSelection sel2
/* (In)
The second selection.
*/
ProBoolean* interference
/* (Out)
The interference. This is PRO_B_TRUE if there is no interference; otherwise, this is PRO_B_FALSE.
*/
ProPoint3d pnt_arr[2]
/* (Out)
The coordinates of the closest points.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully clearance.
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: Measuring Harness Clearance

Sample Code References:

  1. pt_examples ( UtilCable.c )