Grasshopper API
GH_Conversion Enumeration |
Level flag for conversion algorithms.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
Primary | 0 | Primary conversions only entail direct casts from identical or similar data types. | |
Secondary | 1 | Secondary conversions entail all implied conversions with the exception of direct casts. | |
Both | 2 | Indicates both Primary and Secondary |
