Click or drag to resize

RhinoSettingsSetGroundPlaneOnInViewDisplayMode Method

[Missing <summary> documentation for "M:Rhino.Render.DataSources.RhinoSettings.SetGroundPlaneOnInViewDisplayMode(Rhino.Display.RhinoView,System.Boolean)"]

Namespace:  Rhino.Render.DataSources
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.14
Syntax
public void SetGroundPlaneOnInViewDisplayMode(
	RhinoView view,
	bool bOn
)

Parameters

view
Type: Rhino.DisplayRhinoView

[Missing <param name="view"/> documentation for "M:Rhino.Render.DataSources.RhinoSettings.SetGroundPlaneOnInViewDisplayMode(Rhino.Display.RhinoView,System.Boolean)"]

bOn
Type: SystemBoolean

[Missing <param name="bOn"/> documentation for "M:Rhino.Render.DataSources.RhinoSettings.SetGroundPlaneOnInViewDisplayMode(Rhino.Display.RhinoView,System.Boolean)"]

See Also