TransformMirror Method (Plane) |
Constructs a new Mirror transformation.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
TransformA transformation matrix which mirrors geometry in a specified plane.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also