M_Rhino_Geometry_Transform_Mirror - mcneel/rhinocommon-api-docs GitHub Wiki

Transform.Mirror Method (Plane)

Constructs a new Mirror transformation.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Transform Mirror(
	Plane mirrorPlane
)

VB

Public Shared Function Mirror ( 
	mirrorPlane As Plane
) As Transform

Parameters

 

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

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Transform Structure
Mirror Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️