Click or drag to resize

Plane Constructor (Plane)

Copy constructor.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Plane(
	Plane other
)

Parameters

other
Type: Rhino.GeometryPlane
The source plane value.
See Also