Click or drag to resize

GH_PreviewFilter Enumeration

Lists all possible Grasshopper preview filters.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_PreviewFilter
Members
  Member nameValueDescription
None0 Specifies no filtering is applied to the preview, i.e. all objects are drawn.
Selected1 Only selected objects are included in the preview.
See Also