API 文件集 > Mechanica > Object ProMechcurve > Function ProMechcurveAncestorsGet
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
Synopsis
ProMechcurveAncestorsGet
(
/* (In)
The curve handle.
*/
ProMechGeomref** ancestors
/* (Out)
ProArray of the ancestor geometry for the curve.
*/
)
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.
這是否有幫助?