TriangleMesh.surfaceTolerance Property

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

Description

Returns the surface tolerance that was used to generate this mesh. This is most useful when using display meshes that have already been calculated.

Syntax

"triangleMesh_var" is a variable referencing a TriangleMesh object.

# Get the value of the property.
propertyValue = triangleMesh_var.surfaceTolerance
"triangleMesh_var" is a variable referencing a TriangleMesh object.
#include <Fusion/MeshData/TriangleMesh.h>

// Get the value of the property.
double propertyValue = triangleMesh_var->surfaceTolerance();

Property Value

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

Version

Introduced in version August 2014