CustomDisplay Constructor

CustomDisplay Constructor

Constructs a new CustomDisplay instance. You must call Dispose() when you are done with this instance, otherwise the display methods will never be switched off.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public CustomDisplay(
	bool enable
)
Public Sub New ( 
	enable As Boolean
)

Parameters

enable
Type: SystemBoolean
If true, the display will be enabled immediately.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also