Category Mechanica, Object ProMechcurve

Function ProMechcurveEdgeGet


Description
Obtains the edge, if the curve type is PRO_MECH_CURVE_EDGE.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveEdgeGet(
ProMechCurve curve
/* (In)
The curve.
*/
ProMechEdge* edge
/* (Out)
The edge.
*/
ProEdgeDirection* rel_direction
/* (Out)
Relative direction of the curve with respect to the edge.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_INVALID_TYPEThis item does not contain this type of edge.

Manual References:

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