Category Mechanica, Object ProMechsurface

Function ProMechsurfaceAncestorsGet


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