Category Mechanica, Object ProMechedge

Function ProMechedgeReldirGet


Description
Obtains the relative direction of two Creo Simulate edges in contact.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeReldirGet(
ProMechEdge edge_1
/* (In)
The first edge.
*/
ProMechEdge edge_2
/* (In)
The second edge.
*/
ProEdgeDirection* rel_dir
/* (Out)
The relative direction.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechEdge