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
"stitchFeatureInput_var" is a variable referencing a StitchFeatureInput object.
#include <Fusion/Features/StitchFeatureInput.h>

// Get the value of the property.
Ptr<ObjectCollection> propertyValue = stitchFeatureInput_var->stitchSurfaces();

// Set the value of the property, where value_var is an ObjectCollection.
bool returnValue = stitchFeatureInput_var->stitchSurfaces(value_var);

Property Value

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

Version

Introduced in version June 2015