Click or drag to resize

GH_PreviewMode Enumeration

Lists all possible Grasshopper preview modes.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_PreviewMode
Members
  Member nameValueDescription
Disabled0 Preview is not drawn in the Rhino viewports.
Wireframe1 Only wireframe preview is drawn in the Rhino Viewports.
Shaded2 Wireframe and shaded previews are drawn in the Rhino Viewports.
See Also