Finding a Harness
Function Introduced:
The function ProAssemblyHarnessesCollect() returns an array of handles to any harness that is part of a specified assembly and its sub-assemblies.
The function ProAssemblyHarnessesTopCollect() returns an array of handles to the harnesses present in the specified top level assembly.
Use the function ProAsmcompIsHarness() to identify if the specified component is a harness part. This function returns the value TRUE, if the component is a harness. The function ProCablingIsHarness() identifies if the specified model is a harness part.
Use the function ProHarnessSubharnessesCollect() to collect all the sub harnesses in the specified input harness part.
Isto foi útil?