CAM3MFExportOptions.supportInclusion Property

Parent Object: CAM3MFExportOptions

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


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

Description

Flag setting if support information should be included in the exported file. Includes both support structures marked as open or closed support as well as meta data used in Netfabb. This option might not be available for all machine types. The default value is NotIncluded.

Syntax

"cAM3MFExportOptions_var" is a variable referencing a CAM3MFExportOptions object.

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

# Set the value of the property.
cAM3MFExportOptions_var.supportInclusion = propertyValue
"cAM3MFExportOptions_var" is a variable referencing a CAM3MFExportOptions object.
#include <Cam/CAM/CAM3MFExportOptions.h>

// Get the value of the property.
CAM3MFSupportInclusionType propertyValue = cAM3MFExportOptions_var->supportInclusion();

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

Property Value

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

Version

Introduced in version January 2024