ClippingPlaneSurface Constructor (Plane) |
Constructs a clipping plane surface from a Plane
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax public ClippingPlaneSurface(
Plane plane
)
Public Sub New (
plane As Plane
)
Parameters
- plane
- Type: Rhino.GeometryPlane
[Missing <param name="plane"/> documentation for "M:Rhino.Geometry.ClippingPlaneSurface.#ctor(Rhino.Geometry.Plane)"]
See Also