SetupInput.fixtureEnabled Property

Parent Object: SetupInput
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/SetupInput.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

"setupInput_var" is a variable referencing a SetupInput object.

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

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

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

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

Property Value

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

Version

Introduced in version April 2023