Transform.Mirror Method (Plane)

TransformMirror Method (Plane)

Constructs a new Mirror transformation.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Transform Mirror(
	Plane mirrorPlane
)
Public Shared Function Mirror ( 
	mirrorPlane As Plane
) As Transform

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also