Finding Harness Connectors
Functions Introduced:
• ProAssemblyConnectorsGet()
• ProConnectorsFromLogicalGet()
• ProAsmcompIsConnector()
Each connector in a cabling assembly is a Creo Parametric part that is a component of that assembly. A connector can be at any level in the assembly hierarchy. Each connector is identified by its assembly component path (ProAsmcomppath).
The function ProAssemblyConnectorsGet() provides an array of member identifier tables identifying the connectors in the specified assembly. The function allocates the memory for these tables.
Function ProConnectorsFromLogicalGet() returns a list of connector names in the specified assembly for which data has been imported from a logical reference but which have not yet been created. Refer to the Creo Parametric Cabling Help and Creo Parametric Harness Help for more information on logical references.
Use the function ProAsmcompIsConnector() to identify if the specified component is a cabling connector. This function returns the value TRUE, if the component is a cabling connector.