BRepVertex.tolerance Property

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

Description

Returns the tolerance used by a tolerant vertex. This value is only useful when isTolerant is true.

Syntax

"bRepVertex_var" is a variable referencing a BRepVertex object.

# Get the value of the property.
propertyValue = bRepVertex_var.tolerance
"bRepVertex_var" is a variable referencing a BRepVertex object.
#include <Fusion/BRep/BRepVertex.h>

// Get the value of the property.
double propertyValue = bRepVertex_var->tolerance();

Property Value

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

Version

Introduced in version August 2014