| Description |
| Initializes routing procedure This function will set the current model to the cabling harness part ProCableRoutingEnd() will reset the current model back to its status before the call |
| Synopsis |
| #include <ProCabling.h> |
| ProError | ProCableRoutingStart | ( |
| ProAssembly assy | |
| /*
(In) |
| The assembly |
| */ |
| ProCable* p_cables | |
| /*
(In) |
| The ProArray of cables to route. |
| */ |
| ProRouting* p_cable_route_data | |
| /*
(Out) |
| The cable routing data required for subsequent function calls to route cables through locations. The function allocates the space for this argument. |
| */ |
| ) |
| Returns |
|
|