Creates a StitchFeatureInput object. Use properties and methods on this object to define the stitch feature you want to create and then use the Add method, passing in the StitchFeatureInput object.
"stitchFeatures_var" is a variable referencing a StitchFeatures object.
|
"stitchFeatures_var" is a variable referencing a StitchFeatures object.
|
Type | Description |
StitchFeatureInput | Returns the newly created StitchFeatureInput object or null if the creation failed. |
Name | Type | Description |
stitchSurfaces | ObjectCollection | The surfaces (open BRepBodies) to stitch together. Stitching surfaces can form multiple closed volumes resulting in multiple solids. Stitch Surfaces can form multiple BRepShells (entirely connected set of entities) that would result in a single non-solid BRepBody. |
tolerance | ValueInput | ValueInput object that defines the stitching tolerance. It must define a distance value. |
operation | FeatureOperations | Specifies the operation type for the result when the final result is a closed solid. Otherwise this argument is ignored. This is an optional argument whose default value is FeatureOperations.NewBodyFeatureOperation. |
Name | Description |
stitchFeatures.add | Demonstrates the stitchFeatures.add method. |
Stitch Feature API Sample | Demonstrates creating a new stitch feature. |