Creates a new mirror feature.
"mirrorFeatures_var" is a variable referencing a MirrorFeatures object.
|
"mirrorFeatures_var" is a variable referencing a MirrorFeatures object.
|
Type | Description |
MirrorFeature | Returns the newly created MirrorFeature object or null if the creation failed. |
Name | Type | Description |
input | MirrorFeatureInput | A MirrorFeatureInput object that defines the desired mirror. Use the createInput method to create a new MirrorFeatureInput object and then use methods on it (the MirrorFeatureInput object) to define the mirror. |
Name | Description |
mirrorFeatures.add | Demonstrates the mirrorFeatures.add method by mirroring the selected body around the base X-Y construction plane. |