Category Mechanica, Object ProMechsolid

Function ProMechsolidIdGet


Description
Obtains the ID of the solid volume. This is just an index in the array of generated solid volumes and is not persistent among different calls to ProMechmodelCreate().
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechsolidIdGet(
ProMechSolid solid
/* (In)
The solid volume.
*/
int* id
/* (Out)
The ID.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.

Manual References:

  1. Creo Simulate: Geometry: Accessing the ProMechSolid
  2. Creo Simulate: Geometry: Accessing the ProMechSolid