Setup.fixtureEnabled Property

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

Description

Set this value to enable the use of fixtures for this setup. To then set the fixture models themselves use the `fixtures` property.

Syntax

"setup_var" is a variable referencing a Setup object.

# Get the value of the property.
propertyValue = setup_var.fixtureEnabled

# Set the value of the property.
setup_var.fixtureEnabled = propertyValue
"setup_var" is a variable referencing a Setup object.
#include <Cam/CAM/Setup.h>

// Get the value of the property.
boolean propertyValue = setup_var->fixtureEnabled();

// Set the value of the property, where value_var is a boolean.
bool returnValue = setup_var->fixtureEnabled(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version October 2022