C3MFExportOptions.normalDeviation Property

Parent Object: C3MFExportOptions
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/C3MFExportOptions.h>

Description

Gets and sets the current normal deviation, or the angle the mesh normals at the vertices can deviate from the actual surface normals. This is defined in radians. Setting this property will automatically set the meshRefinement to MeshRefinementCustom. The default is the value associated with medium mesh refinement.

Syntax

"c3MFExportOptions_var" is a variable referencing a C3MFExportOptions object.

# Get the value of the property.
propertyValue = c3MFExportOptions_var.normalDeviation

# Set the value of the property.
c3MFExportOptions_var.normalDeviation = propertyValue
"c3MFExportOptions_var" is a variable referencing a C3MFExportOptions object.
#include <Fusion/Fusion/C3MFExportOptions.h>

// Get the value of the property.
double propertyValue = c3MFExportOptions_var->normalDeviation();

// Set the value of the property, where value_var is a double.
bool returnValue = c3MFExportOptions_var->normalDeviation(value_var);

Property Value

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

Version

Introduced in version September 2021