@@ -17,6 +17,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717* Added test function ` test_to_points ` in ` test_graph.py ` .
1818* Added test function ` test_to_points ` in ` test_volmesh.py ` .
1919* Added test functions ` test_to_points ` , ` test_compute_aabb ` , and ` test_compute_obb ` in ` test_mesh.py ` .
20+ * Added missing property ` centroid ` in ` compas_rhino.geometry.RhinoBrep ` .
21+ * Added missing property ` curves ` in ` compas_rhino.geometry.RhinoBrep ` .
22+ * Added missing property ` is_closed ` in ` compas_rhino.geometry.RhinoBrep ` .
23+ * Added missing property ` is_compound ` in ` compas_rhino.geometry.RhinoBrep ` .
24+ * Added missing property ` is_compoundsolid ` in ` compas_rhino.geometry.RhinoBrep ` .
25+ * Added missing property ` is_orientable ` in ` compas_rhino.geometry.RhinoBrep ` .
26+ * Added missing property ` is_surface ` in ` compas_rhino.geometry.RhinoBrep ` .
27+ * Added missing property ` is_valid ` in ` compas_rhino.geometry.RhinoBrep ` .
28+ * Added missing property ` orientation ` in ` compas_rhino.geometry.RhinoBrep ` .
29+ * Added missing property ` surfaces ` in ` compas_rhino.geometry.RhinoBrep ` .
30+ * Added implementation for ` Brep.from_sweep ` in ` compas_rhino.geometry.RhinoBrep ` .
31+ * Added implementation for ` Brep.from_cone ` in ` compas_rhino.geometry.RhinoBrep ` .
32+ * Added implementation for ` Brep.from_plane ` in ` compas_rhino.geometry.RhinoBrep ` .
33+ * Added implementation for ` Brep.from_brepfaces ` in ` compas_rhino.geometry.RhinoBrep ` .
34+ * Added implementation for ` Brep.from_breps ` in ` compas_rhino.geometry.RhinoBrep ` .
35+ * Added implementation for ` Brep.from_torus ` in ` compas_rhino.geometry.RhinoBrep ` .
36+ * Added implementation for ` Brep.from_polygons ` in ` compas_rhino.geometry.RhinoBrep ` .
37+ * Added implementation for ` Brep.from_pipe ` in ` compas_rhino.geometry.RhinoBrep ` .
38+ * Added implementation for ` Brep.from_iges ` in ` compas_rhino.geometry.RhinoBrep ` .
2039* Added ` to_step ` method to ` RhinoBrep ` .
2140
2241### Changed
@@ -68,25 +87,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6887* Added ` compas.geometry.angle_vectors_projected ` .
6988* Added ` compas.geometry.Brep.from_curves ` .
7089* Added ` compas_rhino.geometry.RhinoBrep.from_curves ` .
71- * Added missing property ` centroid ` in ` compas_rhino.geometry.RhinoBrep ` .
72- * Added missing property ` curves ` in ` compas_rhino.geometry.RhinoBrep ` .
73- * Added missing property ` is_closed ` in ` compas_rhino.geometry.RhinoBrep ` .
74- * Added missing property ` is_compound ` in ` compas_rhino.geometry.RhinoBrep ` .
75- * Added missing property ` is_compoundsolid ` in ` compas_rhino.geometry.RhinoBrep ` .
76- * Added missing property ` is_orientable ` in ` compas_rhino.geometry.RhinoBrep ` .
77- * Added missing property ` is_surface ` in ` compas_rhino.geometry.RhinoBrep ` .
78- * Added missing property ` is_valid ` in ` compas_rhino.geometry.RhinoBrep ` .
79- * Added missing property ` orientation ` in ` compas_rhino.geometry.RhinoBrep ` .
80- * Added missing property ` surfaces ` in ` compas_rhino.geometry.RhinoBrep ` .
81- * Added implementation for ` Brep.from_sweep ` in ` compas_rhino.geometry.RhinoBrep ` .
82- * Added implementation for ` Brep.from_cone ` in ` compas_rhino.geometry.RhinoBrep ` .
83- * Added implementation for ` Brep.from_plane ` in ` compas_rhino.geometry.RhinoBrep ` .
84- * Added implementation for ` Brep.from_brepfaces ` in ` compas_rhino.geometry.RhinoBrep ` .
85- * Added implementation for ` Brep.from_breps ` in ` compas_rhino.geometry.RhinoBrep ` .
86- * Added implementation for ` Brep.from_torus ` in ` compas_rhino.geometry.RhinoBrep ` .
87- * Added implementation for ` Brep.from_polygons ` in ` compas_rhino.geometry.RhinoBrep ` .
88- * Added implementation for ` Brep.from_pipe ` in ` compas_rhino.geometry.RhinoBrep ` .
89- * Added implementation for ` Brep.from_iges ` in ` compas_rhino.geometry.RhinoBrep ` .
9090
9191### Changed
9292
0 commit comments