Click or drag to resize

GH_Conversion Enumeration

Level flag for conversion algorithms.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_Conversion
Members
  Member nameValueDescription
Primary0 Primary conversions only entail direct casts from identical or similar data types.
Secondary1 Secondary conversions entail all implied conversions with the exception of direct casts.
Both2 Indicates both Primary and Secondary
See Also