TriangleMeshCalculator.maxNormalDeviation Property

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

Description

Specifies the maximum deviation between adjacent vertex normals. This value is the maximum angle allowed between normals and is specified in radians. A value of 0 (the default) indicates that no normal deviation is specified.

Syntax

"triangleMeshCalculator_var" is a variable referencing a TriangleMeshCalculator object.

# Get the value of the property.
propertyValue = triangleMeshCalculator_var.maxNormalDeviation

# Set the value of the property.
triangleMeshCalculator_var.maxNormalDeviation = propertyValue
"triangleMeshCalculator_var" is a variable referencing a TriangleMeshCalculator object.
#include <Fusion/MeshData/TriangleMeshCalculator.h>

// Get the value of the property.
double propertyValue = triangleMeshCalculator_var->maxNormalDeviation();

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

Property Value

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

Version

Introduced in version August 2014