It duplicates a shape with respect to a planar mirroring element, such as a planar face or a plane.
Properties
- Property MirroringObject() As (Read Only)
- Returns the mirroring Object.
- Property MirroringPlane() As
-
Returns or sets the mirroring reference plane.
It can be a plane, or a plane face.
To set the property, you can use the following object: .- Example:
- The following example returns in ref the mirroring
reference plane of the mirroring firstMirroring,
and then sets it to the created MyRef:
Set ref = firstMirroring.MirroringPlane Set MyRef = part.CreateReferenceFromGeometry (plane) firstMirroring.MirroringPlane = MyRef