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