SpunProfileInput.tolerance Property

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

Description

Gets and sets the linear tolerance in cm used for creating the spun profile. Defaults to 0.001cm.

Syntax

"spunProfileInput_var" is a variable referencing a SpunProfileInput object.

# Get the value of the property.
propertyValue = spunProfileInput_var.tolerance

# Set the value of the property.
spunProfileInput_var.tolerance = propertyValue
"spunProfileInput_var" is a variable referencing a SpunProfileInput object.
#include <Fusion/Sketch/SpunProfileInput.h>

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

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

Property Value

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

Version

Introduced in version November 2024