Share

MirrorFeatureInput.stitchTolerance Property

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

Description

Gets and sets the ValueInput object that defines the Stitching Tolerance (length) to use when doing a mirror and combine for surface bodies.

Syntax

"mirrorFeatureInput_var" is a variable referencing a MirrorFeatureInput object.

# Get the value of the property.
propertyValue = mirrorFeatureInput_var.stitchTolerance

# Set the value of the property.
mirrorFeatureInput_var.stitchTolerance = propertyValue

Property Value

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

Version

Introduced in version August 2020

Was this information helpful?