Skip to content

Commit 8cb89f9

Browse files
committed
Update CHANGELOG.md
1 parent 89d4be0 commit 8cb89f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
* Added support for `.stp` file extension in addition to `.step` for `RhinoBrep.from_step()` and `RhinoBrep.to_step()` methods.
2323
* Added `volume()` method to `compas.datastructures.Mesh` for computing the volume of closed meshes using signed volume of triangles.
2424
* Added functions `warning`, `message`, `error` and `remark` to `compas_ghpython`.
25+
* Added method `RhinoBrep.closest_point()`.
26+
* Added attributes `RhinoBrepEdge.domain` and `RhinoBrepEdge.index` and methods `RhinoBrepEdge.closest_point()` and `RhinoBrepEdge.point_at`.
27+
* Added method `RhinoBrepFace.point_at()`, `RhinoBrepFace.closest_point()`, `RhinoBrepFace.is_point_on_face()` and `RhinoBrepFace.is_point_on_boundary()`.
28+
* Added method `RhinoBrepLoop.to_curve()`.
29+
* Added attribute `RhinoBrepTrim.edge`.
30+
* Added attribute `RhinoBrepVertex.index`.
31+
* Added method `RhinoCurve.to_polyline()`.
2532

2633
### Changed
2734

0 commit comments

Comments
 (0)