Creates a MirrorFeatureInput object. Use properties and methods on this object to define the mirror you want to create and then use the Add method, passing in the MirrorFeatureInput object.
"mirrorFeatures_var" is a variable referencing a MirrorFeatures object. |
"mirrorFeatures_var" is a variable referencing a MirrorFeatures object. |
| Type | Description |
| MirrorFeatureInput | Returns the newly created MirrorFeatureInput object or null if the creation failed. |
| Name | Type | Description |
| inputEntities | ObjectCollection | A collection of the entities to mirror. It can contain faces, features, bodies, or components. The input must all be of a single type. For example, you can't provide a body and a component but the collection must be either all bodies or all components. |
| mirrorPlane | Base | Input planar entity that defines the mirror plane. This can be either a planar face or a construction plane. |
| Name | Description |
| mirrorFeatures.add | Demonstrates the mirrorFeatures.add method by mirroring the selected body around the base X-Y construction plane. |