Grasshopper API
GH_SelectionTopology Enumeration |
Enumerates the possible selection topologies.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
None | 0 | No selected objects. | |
Convex | 1 | Selection set is convex, meaning unselected objects are not sandwiched between selected objects. | |
Concave | 2 | Selection set is concave, meaning unselected objects are sandwiched between selected objects. |
