Description | |||||||||||||||||||||||||||||
Enter Creo Simulate for current model (part/assembly) in session. Required licenses will be obtained, if available. Notes:
The solid model must be displayed in a window. Call ProMdlDisplay() to display model in current active window before using this function. No control should be passed to UI between calls to ProMechanicaEnter() and ProMechanicaLeave(). Only Creo Parametric TOOLKIT functions dealing with the Simulation Database can be called. Calling ProMechanicaEnter() in user_initialize() is not supported. |
|||||||||||||||||||||||||||||
Licensing Requirement | |||||||||||||||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||
#include <ProMechanica.h> | |||||||||||||||||||||||||||||
ProError | ProMechanicaEnter | ( | |||||||||||||||||||||||||||
ProSolid solid | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The solid model. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProMechanicaMode mode | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The mode (Structure/Thermal) of Creo Simulate. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProBool fem | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The FEM mode (PRO_B_TRUE), or regular Creo Simulate (PRO_B_FALSE). | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
) | |||||||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||||||
|