Share

StitchFeatureInput.tolerance Property

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

Description

Gets and sets the ValueInput object that defines the stitching tolerance. It must define a length.

Syntax

"stitchFeatureInput_var" is a variable referencing a StitchFeatureInput object.

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

# Set the value of the property.
stitchFeatureInput_var.tolerance = propertyValue

Property Value

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

Version

Introduced in version June 2015

Was this information helpful?