File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments