Category Mechanica, Object ProMechedge

Function ProMechedgeAncestorsGet


Description
Obtains the ancestor edges for the given edge. These are the actual Creo Parametric geometry edges used to construct this Creo Simulate edge.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeAncestorsGet(
ProMechEdge edge
/* (In)
The edge handle.
*/
ProMechGeomref** ancestors
/* (Out)
ProArray of the ancestor geometry for the edge.
*/
ProEdgeDirection** relative_directions
/* (Out)
ProArray of the relative edge direction for each edge.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_OUT_OF_MEMORYThere is not enough memory to perform the operation.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Accessing ProMechEdge