TransformPlanarProjection Method |
Constructs a projection transformation.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Transform PlanarProjection(
Plane plane
)
Public Shared Function PlanarProjection (
plane As Plane
) As Transform
Parameters
- plane
- Type: Rhino.GeometryPlane
Plane onto which everything will be perpendicularly projected.
Return Value
Type:
TransformA transformation matrix which projects geometry onto a specified plane.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also