@@ -17,6 +17,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
* Added test function ` test_to_points ` in ` test_graph.py ` .
18
18
* Added test function ` test_to_points ` in ` test_volmesh.py ` .
19
19
* 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 ` .
20
39
* Added ` to_step ` method to ` RhinoBrep ` .
21
40
22
41
### Changed
@@ -68,25 +87,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
68
87
* Added ` compas.geometry.angle_vectors_projected ` .
69
88
* Added ` compas.geometry.Brep.from_curves ` .
70
89
* 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 ` .
90
90
91
91
### Changed
92
92
0 commit comments