Skip to content

Commit e087880

Browse files
committed
log
1 parent 5fda913 commit e087880

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
* Added `compas_occ.conversions.obb_to_compas` to convert an OCC OBB to a COMPAS box.
1818
* Added `compas_occ.brep.OCCBrep.aabb`.
1919
* Added `compas_occ.brep.OCCBrep.obb`.
20+
* Added `compas_occ.brep.OCCBrep.intersect`.
21+
* Added first implementation for `compas_occ.brep.OCCBrep.from_loft` (not very well tested).
2022

2123
### Changed
2224

@@ -27,6 +29,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2729
* Changed `compas_occ.brep.OCCBrep.from_boolean_union` to also accept lists of shapes for `A` and `B`.
2830
* Changed `compas_occ.brep.OCCBrep.from_step` to convert shells to solid if possible by default.
2931
* Changed `compas_occ.brep.OCCBrep.from_iges` to convert shells to solid if possible by default.
32+
* Fixed bug in `compas_occ.brep.OCCBrep.to_stl`.
33+
* Fixed malloc problem during Brep edge conversion to curve geometry in `OCCBrepEdge.to_circle`.
34+
* Fixed malloc problem during Brep edge conversion to curve geometry in `OCCBrepEdge.to_ellipse`.
35+
* Fixed malloc problem during Brep edge conversion to curve geometry in `OCCBrepEdge.to_hyperbola`.
36+
* Fixed malloc problem during Brep edge conversion to curve geometry in `OCCBrepEdge.to_parabola`.
37+
* Fixed malloc problem during Brep edge conversion to curve geometry in `OCCBrepEdge.to_bezier`.
38+
* Fixed malloc problem during Brep edge conversion to curve geometry in `OCCBrepEdge.to_bspline`.
3039

3140
### Removed
3241

0 commit comments

Comments
 (0)