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. |
"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 | An ObjectCollection of the entities to mirror. The collection can contain BRepFace, PartFeature, BRepBody, or Occurrence objects. All of the entities provided must be the same type. For example, it must contain only bodies and can't contain both bodies and faces. You can also mirror ConstructionPoint, ConstructionAxis, and ConstructionPlane objects. When mirroring any construction geometry, only one entity can be mirrored at a time, so the ObjectCollection must contain a single item. |
| 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. |