CAM3MFExportOptions.structure Property

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

Description

Sets the structure type and naming convention used for the exported 3MF file.

Syntax

"cAM3MFExportOptions_var" is a variable referencing a CAM3MFExportOptions object.
# Get the value of the property.
propertyValue = cAM3MFExportOptions_var.structure
"cAM3MFExportOptions_var" Is a variable referencing a CAM3MFExportOptions Object.
#include <Cam/CAM/CAM3MFExportOptions.h>

// Get the value of the property.
Ptr<CAM3MFExportStructure> propertyValue = cAM3MFExportOptions_var->structure();
"cAM3MFExportOptions_var" Is a variable referencing a CAM3MFExportOptions Object.
// Get the value of the property.
propertyValue = cAM3MFExportOptions_var.structure;

Property Value

This is a read only property whose value is a CAM3MFExportStructure.

Version

Introduced in version April 2026