Click or drag to resize

ShapeMirror Method

Move the figure mirror image.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void Mirror(
	Point2d point1,
	Point2d point2
)

Parameters

point1
Type: RootPro.RootProCAD.GeometryPoint2d
The starting point of the symmetry axis.
point2
Type: RootPro.RootProCAD.GeometryPoint2d
The end point of the symmetry axis.
See Also