Mirrors an object about a plane defined by three points.
Syntax
object.Mirror(Point1, Point2, Point3, [MakeCopy])
Where:
object is an IntelliCAD entity;
Point1, Point2, and Point3 are IntelliCAD Point objects representing the plane for mirroring;
MakeCopy is a Boolean variable indicating whether or not to copy the original object.
Examples ...