Creates a CombineFeatureInput object. Use properties and methods on this object to define the combine you want to create and then use the Add method, passing in the CombineFeatureInput object.
"combineFeatures_var" is a variable referencing a CombineFeatures object. |
"combineFeatures_var" is a variable referencing a CombineFeatures object. |
| Type | Description |
| CombineFeatureInput | Returns the newly created CombineFeatureInput object or null if the creation failed. |
| Name | Type | Description |
| targetBody | BRepBody | A BRep body that represents the blank body. |
| toolBodies | ObjectCollection | An ObjectCollection containing one or more BRep bodies that represent tool bodies. |
| Name | Description |
| combineFeatures.add | Demonstrates the combineFeatures.add method. To use this sample, have a design open that contains at least two bodies. When you run the sample, you will be prompted to select the bodies and they will joined. |