Category Mechanica, Object ProMechsolid

Callback ProMechsolidVisitAction


Description
Visit action for the solid volumes that make up a Creo Simulate model.
Synopsis
#include <ProMechGeometry.h>
ProError(*ProMechsolidVisitAction)(
ProMechSolid solid
/* (In)
The solid volumes in the geometry.
*/
ProError error
/* (In)
Error return passed from the filter action.
*/
ProAppData app_data
/* (In)
Application data passed to the function.
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting.
Any other valueStop visiting and pass this value as a return from the visit function.

Manual References:

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