Click or drag to resize

PlaneSurface Constructor (Plane)

Constructs a new plane surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.1
Syntax
public PlaneSurface(
	Plane plane
)

Parameters

plane
Type: Rhino.GeometryPlane
The plane.
See Also