TransformPlanarProjection Method |
Constructs a projection transformation.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public 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.
See Also