You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
* Added implementation of `RhinoBrep.fillet()` and `RhinoBrep.filleted()` to `compas_rhino`.
13
+
* Added `Frame.invert` and `Frame.inverted`.
14
+
* Added `Frame.flip` and `Frame.flipped` as alias for invert and inverted.
15
+
* Added `Vector.flip` and `Vector.flipped` as alias for invert and inverted.
13
16
14
17
### Changed
15
18
16
19
* Fixed `native_edge` property of `RhinoBrepEdge`.
20
+
* Expose the parameters `radius` and `nmax` from `compas.topology._face_adjacency` to `compas.topology.face_adjacency` and further propagate them to `unify_cycles` and `Mesh.unify_cycles`.
21
+
* Modify `face_adjacency` to avoid using `compas.topology._face_adjacency` by default when there are more than 100 faces, unless one of the parameters `radius`, `nmax` is passed.
22
+
* Changed `unify_cycles` to use the first face in the list as root if no root is provided.
17
23
18
24
### Removed
19
25
@@ -32,8 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
38
### Changed
33
39
34
40
* Fixed `PluginNotInstalledError` when using `Brep.from_boolean_*` in Rhino.
35
-
* Expose the parameters `radius` and `nmax` from `compas.topology._face_adjacency` to `compas.topology.face_adjacency` and further propagate them to `unify_cycles` and `Mesh.unify_cycles`.
36
-
* Modify `face_adjacency` to avoid using `compas.topology._face_adjacency` by default when there are more than 100 faces, unless one of the parameters `radius`, `nmax` is passed
37
41
* Added support for `Polyline` as input for `compas_rhino.Brep.from_extrusion`.
0 commit comments