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)
Syntaxpublic CustomDisplay(
bool enable
)
Public Sub New (
enable As Boolean
)
Parameters
- enable
- Type: SystemBoolean
If true, the display will be enabled immediately.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also