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_curve
to usesuper(Curve, cls)
(otherwise it doesn't work). - Changed constructor plugin
compas.geometry.curves.new_nurbscurve
to usesuper(NurbsCurve, cls)
(otherwise it doesn't work).