PlaneSurface Constructor (Plane) |
Constructs a new plane surface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.1
Syntax public PlaneSurface(
Plane plane
)
Public Sub New (
plane As Plane
)
Parameters
- plane
- Type: Rhino.GeometryPlane
The plane.
See Also