Category Mechanica, Object ProMechcurve

Function ProMechcurveAncestorsGet


Description
Obtains the ancestor curves for the given simple curve. These are the actual Creo Parametric geometry curves used to construct this Creo Simulate curve.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveAncestorsGet(
ProMechCurve curve
/* (In)
The curve handle.
*/
ProMechGeomref** ancestors
/* (Out)
ProArray of the ancestor geometry for the curve.
*/
)
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 ProMechCurve