Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 20:41
· 22 commits to main since this release

Added

  • Added compas_occ.brep.Brep.from_plane.
  • Added compas_occ.brep.Brep.simplify.

Changed

  • Changed constructor plugin compas.geometry.curves.new_curve to use super(Curve, cls) (otherwise it doesn't work).
  • Changed constructor plugin compas.geometry.curves.new_nurbscurve to use super(NurbsCurve, cls) (otherwise it doesn't work).

Removed