v1.1.0
Added
- Added
compas_occ.brep.Brep.from_plane. - Added
compas_occ.brep.Brep.simplify.
Changed
- Changed constructor plugin
compas.geometry.curves.new_curveto usesuper(Curve, cls)(otherwise it doesn't work). - Changed constructor plugin
compas.geometry.curves.new_nurbscurveto usesuper(NurbsCurve, cls)(otherwise it doesn't work).