Category Mechanica, Object ProMechedge

Function ProMechedgeDirectionGet


Description
Obtains the edge direction with respect to the given contour.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeDirectionGet(
ProMechEdge edge
/* (In)
The edge.
*/
ProMechContour contour
/* (In)
The contour.
*/
ProEdgeDirection* direction
/* (Out)
The edge direction in the given contour.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_E_NOT_FOUNDThe edge is not contained in the given contour.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechEdge
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechEdge