API 설명서 > Cabling > Object ProCable > Function ProCableThruLocationRoute
Function ProCableThruLocationRoute
Description
Finds or creates a cable location feature, and routes cables through it
Synopsis
#include <ProCabling.h>
ProCableThruLocationRoute
(
ProRouting cable_route_data
/* (In)
The cable routing data required for subsequent
*/
/* (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
The function routed the cable.
One or more of the arguments was invalid.
Other errors.
Sample Code References
User Guide References
도움이 되셨나요?