Category Geometry items, Object ProGeomitem

Function ProGeomitemBodyGet


Description
Retrieves the body that is associated with the specified geometry item.
Synopsis
#include <ProGeomitem.h>
ProErrorProGeomitemBodyGet(
ProGeomitem* p_geom_item
/* (In)
The item handle.
*/
ProSolidBody* body
/* (Out)
The body that is associated with the geometry item
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the body.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Inverse Evaluation and Minimum Distances
  2. Migrating to the Multibody Environment: Overview