Instances Methods |
The Instances type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentEditorFadeIn |
Calls the FadeIn() method on the DocumentEditor if it exists.
| |
| DocumentEditorFadeOut |
Calls the FadeOut() method on the DocumentEditor if it exists.
| |
| EnforceInvariantCulture |
If the Setting "EnforceInvariantCulture" is set to False, this function does nothing
| |
| HideRemotePanel |
Hides the remote control panel.
| |
| Interop |
Gets the Grasshopper 1.0 interop object, i.e. an instance of
GrasshopperPlugin.GrasshopperInterop as exposed via the GetInteropObject()
method on the Grasshopper 1.0 plugin object.
| |
| InvalidateCanvas |
Invalidates the currently active Grasshopper Canvas, causing a redraw sometime in the foreseeable future.
| |
| RedrawAll |
Forces a redraw of both the active canvas and the Rhino viewports on the active document.
| |
| RedrawCanvas |
Forces a redraw of the currently active Grasshopper Canvas.
| |
| ReloadMemoryAssemblies |
Unload and attempt to reload all plugin assemblies that were loaded via the COFF pipeline.
| |
| ShowRemotePanel |
Shows the remote control panel.
| |
| UnloadAllObjects |
Clears and unloads all cached objects. This function is called by the
_GrasshopperUnloadPlugin command. Please don't use it.
|