Indexes   

Mirror (Object)

Represents the mirror shape.
It duplicates a shape with respect to a planar mirroring element, such as a planar face or a plane.

Property Index

MirroringObject
Returns the mirroring Object.
MirroringPlane
Returns or sets the mirroring reference plane.

Properties


o Property MirroringObject() As (Read Only)
Returns the mirroring Object.
o 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
Boundary object: PlanarFace.
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
 

Copyright © 2006, Dassault Systèmes. All rights reserved.