Category Mechanica, Object ProMechedge

Function ProMechedgeEndpointsGet


Description
Obtains the endpoints of the given edge.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeEndpointsGet(
ProMechEdge edge
/* (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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.

Manual References:

  1. Creo Simulate: Geometry: Accessing ProMechEdge
  2. Creo Simulate: Geometry: Accessing ProMechEdge