mcneel / rhino3dm

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

Add bindings for linetypes #477

Closed coditect closed 1 year ago

coditect commented 1 year ago

This pull request enables inspection and manipulation of line types in an openNURBS model by adding Linetype and File3dmLinetypeTable classes to the rhino3dm Python module. Comments and criticism are welcome as I hope to make several more contributions over the next few months.

This code has not been tested in JavaScript due to difficulties setting up the emscripten environment.