Click or drag to resize

GH_SelectionTopology Enumeration

Enumerates the possible selection topologies.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_SelectionTopology
Members
  Member nameValueDescription
None0 No selected objects.
Convex1 Selection set is convex, meaning unselected objects are not sandwiched between selected objects.
Concave2 Selection set is concave, meaning unselected objects are sandwiched between selected objects.
See Also