Machine.hasSimulationModel Property

Parent Object: Machine
Defined in namespace "adsk::cam" and the header file is <Cam/Machine/Machine.h>

Description

Returns true if the machine has a simulation model attached.

Syntax

"machine_var" is a variable referencing a Machine object.

# Get the value of the property.
propertyValue = machine_var.hasSimulationModel
"machine_var" is a variable referencing a Machine object.
#include <Cam/Machine/Machine.h>

// Get the value of the property.
boolean propertyValue = machine_var->hasSimulationModel();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version July 2025