Share

StitchFeatureInput.stitchSurfaces Property

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

Description

Gets and sets the surfaces to stitch together.

Syntax

"stitchFeatureInput_var" is a variable referencing a StitchFeatureInput object.

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

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

Property Value

This is a read/write property whose value is an ObjectCollection.

Version

Introduced in version June 2015

Was this information helpful?