Documentación de la API > Cabling > Object ProCablesegment > Function ProCablesegmentPointsGet
Function ProCablesegmentPointsGet
Description
Get cable segment points.
Synopsis
#include <ProCabling.h>
ProCablesegmentPointsGet
(
/* (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.
*/
)
Returns
The function successfully get cable segment data.
One or more of the arguments was invalid.
Other errors.
User Guide References
¿Fue esto útil?