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> | ||||||||||||||
ProError | ProMechedgeAncestorsGet | ( | ||||||||||||
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 | ||||||||||||||
|