API 설명서 > Cabling > Object ProCablesegment > Function ProCablesegmentInfoPointsGet
Function ProCablesegmentInfoPointsGet
Description
Get cable segment points, tangents and location ids.
Synopsis
#include <ProCabling.h>
ProCablesegmentInfoPointsGet
(
/* (In)
The cable segment.
*/
ProPoint3d** p_pnts
/* (Out)
ProArray of segment points. User must free memory by ProArrayFree.
*/
ProVector** p_tangents
/* (Out)
ProArray of segment tangents. User must free memory by ProArrayFree.
*/
int** p_loc_ids
/* (Out)
ProArray of location ids. User must free memory by ProArrayFree.
*/
)
Returns
The function successfully get cable segment data.
One or more of the arguments was invalid.
Other errors.
User Guide References
도움이 되셨나요?