Documentación de la API > Mechanica > Object ProMechedge > Function ProMechedgeAncestorsGet
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
Synopsis
ProMechedgeAncestorsGet
(
/* (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
The function succeeded.
One or more input arguments are invalid.
There is not enough memory to perform the operation.
A general error is encountered.
User Guide References
¿Fue esto útil?