Creates a new combine feature.
"combineFeatures_var" is a variable referencing a CombineFeatures object.
|
"combineFeatures_var" is a variable referencing a CombineFeatures object.
|
Type | Description |
CombineFeature | Returns the newly created CombineFeature object or null if the creation failed. This function returns nothing in the case where the feature is non-parametric. |
Name | Type | Description |
input | CombineFeatureInput | A CombineFeatureInput object that defines the desired combine. Use the createInput method to create a new CombineFeatureInput object and then use methods on it (the CombineFeatureInput object) to define the combine. |
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. |