Creates a new stitch feature.
"stitchFeatures_var" is a variable referencing a StitchFeatures object. |
"stitchFeatures_var" is a variable referencing a StitchFeatures object. |
| Type | Description |
| StitchFeature | Returns the newly created StitchFeature object or null if the creation failed. |
| Name | Type | Description |
| input | StitchFeatureInput | A StitchFeatureInput object that defines the desired stitch feature. Use the createInput method to create a new StitchFeatureInput object and then use methods on it (the StitchFeatureInput object) to define the stitch feature. |
| Name | Description |
| stitchFeatures.add | Demonstrates the stitchFeatures.add method. |
| Stitch Feature API Sample | Demonstrates creating a new stitch feature. |