mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
574 stars 135 forks source link

Standardize how we use enums in js and py bindings #562

Open fraguada opened 10 months ago

fraguada commented 10 months ago

Some enums are redefined in the bindings, others are used directly from ON:: like ON::mesh_type. Some are bound in py and not in js, etc.