Click or drag to resize

GH_RelevantObjectFilter Enumeration

Enumerates the possible filters to use in relevant object searches.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
[FlagsAttribute]
public enum GH_RelevantObjectFilter
Members
  Member nameValueDescription
None0 Blank filter. When combined with another filter it is ignored.
Groups1 Include group objects in the search.
InputGrips2 Include input grips in the search.
OutputGrips4 Include output grips in the search.
Grips6 Include both input and outpu grips in the search.
Attributes8 Include attribute bounds in the search.
Wires1024 Include wires (currently not yet supported)
All2147483647 Search all possible objects.
See Also