Category Mechanica, Object ProMechmodeldata

Function ProMechmodeldataEntitiesSet


Description
Assigns the additional datum points, curves, quilts and individual quilt surfaces to include in the geometric processing. Typically Creo Simulate uses only the entities which have a simulation item assigned to them.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechmodeldataEntitiesSet(
ProMechModelData data
/* (In)
The data handle.
*/
ProMechGeomref* entities
/* (In)
ProArray of the geometric entities.
*/
)
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: Obtaining Creo Simulate Geometry from Creo TOOLKIT
  2. Creo Simulate: Geometry: Obtaining Creo Simulate Geometry from Creo TOOLKIT
  3. Creo Simulate: Geometry: Accessing the ProMechModel
  4. Creo Simulate: Geometry: Accessing ProMechPoint
  5. Creo Simulate: Geometry: Accessing ProMechCompositeCurve