| Description |
| Finds or creates a cable location feature, and routes cables through it |
| Synopsis |
| #include <ProCabling.h> |
| ProError | ProCableThruLocationRoute | ( |
| ProRouting cable_route_data | |
| /*
(In) |
| The cable routing data required for subsequent |
| */ |
| ProCablelocationref ref | |
| /*
(In) |
| The reference used for the routing, obtained from ProCablelocationrefAlloc(). |
| */ |
| ProCablelocation* p_location | |
| /*
(Out) |
| The location. |
| */ |
| ProCablelocation* second_axis_location | |
| /*
(Out) |
| If routing through an axis, the route generates two locations. Otherwise,this is NULL. |
| */ |
| ) |
| Returns |
|
|