Click or drag to resize

TransformPlanarProjection Method

Constructs a projection transformation.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Transform PlanarProjection(
	Plane plane
)

Parameters

plane
Type: Rhino.GeometryPlane
Plane onto which everything will be perpendicularly projected.

Return Value

Type: Transform
A transformation matrix which projects geometry onto a specified plane.
See Also