Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 20:26
· 48 commits to main since this release

Added

  • Added OCCBrep.trim and OCCBrep.trimmed.
  • Added OCCBrep.slice.
  • Added OCCBrep.split.
  • Added OCCBrep.fillet and OCCBrep.filleted.
  • Added OCCCurve.parameter_at_distance.
  • Added compas_occ.conversions.compas_frame_from_location.
  • Added OCCBrep.native_brep as alias for OCCBrep.occ_shape.
  • Added is_equal and is_same for OCCBrepVertex, OCCBrepEdge, OCCBrepLoop, OCCBrepFace.
  • Added correct type info to OCCBrepVertex.occ_vertex.
  • Added correct type info to OCCBrepEdge.occ_edge.
  • Added correct type info to OCCBrepLoop.occ_wire.
  • Added correct type info to OCCBrepFace.occ_face.
  • Added OCCBrepLoop.occ_shape.
  • Added OCCBrep.from_iges.
  • Added OCCBrep.to_stl.
  • Added OCCBrep.to_iges.
  • Added OCCBrepVertex.is_same and OCCBrepVertex.is_equal.
  • Added OCCBrepEdge.is_same and OCCBrepEdge.is_equal.
  • Added OCCBrepLoop.is_same and OCCBrepLoop.is_equal.
  • Added OCCBrepFace.is_same and OCCBrepFace.is_equal.

Changed

  • Changed OCCBrep to be a pluggin for compas.geometry.Brep.
  • Fixed the error when calling OCCBrep.frame.
  • Fixed AttributeError when calling OCCBrep.loops.
  • Updated compas-actions.build workflow to v3.
  • Updated github workflow to latest version.

Removed