Category Mechanica, Object ProMechanica

Function ProMechanicaIsActive


Description
Returns a flag indicating whether Creo Simulate Application is currently active.
Synopsis
#include <ProMechanica.h>
ProErrorProMechanicaIsActive(
ProBool* active
/* (Out)
The flag indicating whether Creo Simulate Application is active.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.

Manual References:

  1. Creo Simulate: Geometry: Obtaining Creo Simulate Geometry from Creo TOOLKIT
  2. Creo Simulate: Items: Entering the Creo Simulate Environment

Sample Code References:

  1. pt_mech_examples ( PTMechExampleMain.c )