Published September 6, 2025
| Version v2.14.0
Software
Open
compas-dev/compas: COMPAS 2.14.0
Authors/Creators
- Tom Van Mele
- Gonzalo Casas1
- Romana Rust2
- Li
- Chen Kasirer1
- beverlylytle
- Anton Tetov3
- Victor LEUNG4
- Rippmann
- Juney Lee5
- Mattis Koh6
- Nickolas Maslarinos7
- Mathias Bernhard8
- robin-oval
- Achilleas Xydis
- Xingxin HE
- Romana Rust9
- nizartaha
- Aleksandra (Ania) Apolinarska10
- obucklin
- wenqian157
- Petras Vestartas
- Rafael Pastrana11
- Gene Ting-Chun Kao12
- Robin Godwyll13
- deviezeviking
- Kathrin Dörfler
- panos ppchr
- Chaoyu Du
- Sam-Bouten
- 1. ETH Zürich, Institute of Technology in Architecture
- 2. ETH Zurich, ITA Institute of Technology in Architecture, Gramazio Kohler Research
- 3. @biodigitalmatter
- 4. Gramazio Kohler Research, ETH Zurich
- 5. Carnegie Mellon University
- 6. @Mesh-ch
- 7. EPFL
- 8. @dbt-ethz
- 9. vyzn
- 10. ETH Zürich
- 11. Princeton University
- 12. @Ansys
- 13. Looking for work
Description
Added
- Implemented
to_pointsmethod incompas.datastructures.Mesh, which before raised aNotImplementedError. - Implemented
compute_aabbmethod incompas.datastructures.Datastructure, which before raised aNotImplementedError. Made use of thecompas.geometry.bbox.bounding_boxfunction. - Implemented
compute_obbmethod incompas.datastructures.Datastructure, which before raised aNotImplementedError. Made use of thecompas.geometry.bbox_numpy.oriented_bounding_box_numpyfunction. - Added
vertices_to_pointsmethod incompas.datastructures.CellNetwork. - Added
to_pointsmethod incompas.datastructures.VolMesh. - Added test function
test_vertices_to_pointsintest_cell_network.py. - Added test function
test_to_pointsintest_graph.py. - Added test function
test_to_pointsintest_volmesh.py. - Added test functions
test_to_points,test_compute_aabb, andtest_compute_obbintest_mesh.py. - Added setters for
SceneObject.worldtransformationandSceneObject.frame, which automatically handles the parent transformations. - Added missing property
centroidincompas_rhino.geometry.RhinoBrep. - Added missing property
curvesincompas_rhino.geometry.RhinoBrep. - Added missing property
is_closedincompas_rhino.geometry.RhinoBrep. - Added missing property
is_orientableincompas_rhino.geometry.RhinoBrep. - Added missing property
is_surfaceincompas_rhino.geometry.RhinoBrep. - Added missing property
is_validincompas_rhino.geometry.RhinoBrep. - Added missing property
orientationincompas_rhino.geometry.RhinoBrep. - Added missing property
surfacesincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_sweepincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_coneincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_planeincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_brepfacesincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_brepsincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_torusincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_polygonsincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_pipeincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.from_igesincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.to_stepincompas_rhino.geometry.RhinoBrep. - Added implementation for
Brep.to_viewmesh()incompas_rhino.geometry.RhinoBrep.
Changed
- Fixed bug (inconsistency) in return value of
compas.geometry.triangulation_delaunay.delaunay_triangulation. Only the faces of the triangulation should be returned.
Removed
- Removed property
is_compoundfromcompas.geometry.Brepas OCC specific. - Removed property
is_compoundsolidfromcompas.geometry.Brepas OCC specific. - Removed property
solidsfromcompas.geometry.Brepas OCC specific. - Removed property
shellsfromcompas.geometry.Brepas OCC specific.
Files
compas-dev/compas-v2.14.0.zip
Files
(39.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9544f0d909aba6826755c5f71bface75
|
39.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/compas-dev/compas/tree/v2.14.0 (URL)
Software
- Repository URL
- https://github.com/compas-dev/compas