Category Mechanica, Object ProMechcurve

Function ProMechcurveEndpointsGet


Description
Obtains the endpoints of the curve.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveEndpointsGet(
ProMechCurve curve
/* (In)
The curve.
*/
ProMechPoint* endpoints1
/* (Out)
The first endpoint. May be NULL, if the curve doesn't end at a designated point.
*/
ProMechPoint* endpoints2
/* (Out)
The second endpoint. May be NULL, if the curve doesn't end at a designated point.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.

Manual References:

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