Click or drag to resize

HiddenLineDrawingParametersAddClippingPlane Method

Specify clipping planes that are active for this view.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void AddClippingPlane(
	Plane plane
)

Parameters

plane
Type: Rhino.GeometryPlane

[Missing <param name="plane"/> documentation for "M:Rhino.Geometry.HiddenLineDrawingParameters.AddClippingPlane(Rhino.Geometry.Plane)"]

See Also