CAM3MFExportOptions.isSliceDataIncluded Property

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

Description

Flag toggling if slice data which has been generated beforehand by generating the entire setup or the additive toolpath object should be included in the exported file. The default value is false.

Syntax

"cAM3MFExportOptions_var" is a variable referencing a CAM3MFExportOptions object.

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

# Set the value of the property.
cAM3MFExportOptions_var.isSliceDataIncluded = propertyValue
"cAM3MFExportOptions_var" Is a variable referencing a CAM3MFExportOptions Object.
#include <Cam/CAM/CAM3MFExportOptions.h>

// Get the value of the property.
boolean propertyValue = cAM3MFExportOptions_var->isSliceDataIncluded();

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

Property Value

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

Version

Introduced in version January 2026