Grasshopper API
GH_ExpandMode Enumeration |
Enumerates the possible expansion modes for structure paths.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
None | 0 | Indicates no expansion should take place. | |
SimpleReplace | 1 | Paths are expanded and collisions are erased. | |
SimpleAppend | 2 | Paths are expanded and merged with colliding paths. | |
Recursive | 3 | Before a path is expanded, any collision is expanded first. |
