Documentación de la API > Mechanica > Object ProMechedge > Function ProMechedgeEndpointsGet
Function ProMechedgeEndpointsGet
Description
Obtains the endpoints of the given edge.
Licensing Requirement
Synopsis
ProMechedgeEndpointsGet
(
/* (In)
The edge.
*/
ProMechVertex* endpoint_1
/* (Out)
The start point for the edge (t = 0.0).
*/
ProMechVertex* endpoint_2
/* (Out)
The end point for the edge (t = 1.0).
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
User Guide References
¿Fue esto útil?