API 설명서 > Cabling > Object ProCable > Function ProCableRoutingStart
Function ProCableRoutingStart
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>
ProCableRoutingStart
(
/* (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
The function successfully start routing.
Model is in read-only state.
One or more of the arguments was invalid.
Other errors.
Sample Code References
User Guide References
도움이 되셨나요?