Category Mechanica, Object ProMechpoint

Function ProMechpointAncestorsGet


Description
Obtains the ancestor point for the given point. These are the actual Creo Parametric geometry point used to construct this Creo Simulate point.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechpointAncestorsGet(
ProMechPoint point
/* (In)
The point handle.
*/
ProMechGeomref** ancestors
/* (Out)
ProArray of the ancestor geometry for the point.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.

Manual References:

  1. Creo Simulate: Geometry: Accessing ProMechPoint