Click or drag to resize

TransformMirror Method (Plane)

Constructs a new Mirror transformation.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Transform Mirror(
	Plane mirrorPlane
)

Parameters

mirrorPlane
Type: Rhino.GeometryPlane
Plane that defines the mirror orientation and position.

Return Value

Type: Transform
A transformation matrix which mirrors geometry in a specified plane.
See Also