Share

CAM3MFExportOptions.areSimulationThickeningStructuresKept Property

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

Description

Flag toggling if thickening structures used for simulation should be kept. This option might not be available for all machine types. The default value is false.

Syntax

"cAM3MFExportOptions_var" is a variable referencing a CAM3MFExportOptions object.

# Get the value of the property.
propertyValue = cAM3MFExportOptions_var.areSimulationThickeningStructuresKept

# Set the value of the property.
cAM3MFExportOptions_var.areSimulationThickeningStructuresKept = propertyValue

Property Value

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

Version

Introduced in version November 2021

Was this information helpful?