Share

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

Property Value

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

Version

Introduced in version October 2022

Was this information helpful?