Grasshopper API
GH_Arrange Enumeration |
Enumerates possible types of object arrangement.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
MoveToFront | 0 | Put the objects on the top of the stack. | |
MoveForwards | 1 | Objects are inserted above the first occluding object. | |
MoveToBack | 2 | Put the objects on the bottom of the stack. | |
MoveBackwards | 3 | Objects are inserted below the first occluded object. |
