mcneel / rhino3dm

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

Expose equality operators on point, vector, and interval types #479

Closed coditect closed 1 year ago

coditect commented 1 year ago

This pull request exposes the == and != operators to Python for the following types:

coditect commented 1 year ago

A __repr__ method was also added to each of these types.