Published March 18, 2021
| Version v1.2.0
Software
Open
compas-dev/compas: COMPAS 1.2.0
Creators
- Tom Van Mele1
- Gonzalo Casas2
- Romana Rust3
- Andrew Liew
- beverlylytle
- Li
- Anton Tetov
- Rafael Pastrana4
- Rippmann
- tom van mele1
- Juney Lee1
- Achilleas Xydis
- Mathias Bernhard5
- robin-oval
- Victor LEUNG6
- mattiskoh
- wenqian157
- Ania
- Robin Godwyll7
- deviezeviking
- Kathrin Dörfler
- Xingxin HE8
- robinjodon9
- Chaoyu Du
- Francesco Ranaudo
- Gene Ting-Chun Kao10
- nikeftekhar
- Elitsa Dimitrova
- Ioanna Mitropoulou
- Keerthana1
- 1. Block Research Group
- 2. ETH Zürich, Institute of Technology in Architecture
- 3. ETH Zurich, ITA Institute of Technology in Architecture, Gramazio Kohler Research
- 4. Princeton University
- 5. @dbt-ethz Digital Building Technologies [DBT] / ETH Zurich
- 6. Gramazio Kohler Research, ETH Zurich
- 7. Looking for work
- 8. xingxin.he@mail.polimi.it
- 9. EPFL
- 10. ETH Zurich
Description
Added
- Added
divide_polyline
,divide_polyline_by_length
,Polyline.split_at_corners
andPolyline.tangent_at_point_on_polyline
. - Added the magic method
__str__
tocompas.geoemetry.Transformation
. - Added
redraw
flag to thecompas_rhino
methodsdelete_object
,delete_objects
andpurge_objects
. - Added the
__eq__
method forcompas.geometry.Circle
andcompas.geometry.Line
. - Added support for Pylance through static API definitions.
- Added
halfedge_strip
method tocompas.datastructures.HalfEdge
.
- Fixed bug where mimic joints were considered configurable.
- Fixed bug where
!=
gave incorrect results in Rhino for some compas objects. - Fixed bug where
compas_rhino.BaseArtist.redraw
did not trigger a redraw. - Fixed minor bugs in
compas.geometry.Polyline
andcompas.geometry.Polygon
. - Fixed very minor bugs in
compas.geometry.Frame
andcompas.geometry.Quaternion
. - Fixed bug in
compas_rhino.objects.MeshObject.modify
. - Fixed bug in
compas_rhino.objects.MeshObject.modify_vertices
. - Fixed bug in
compas_rhino.objects.MeshObject.modify_edges
. - Fixed bug in
compas_rhino.objects.MeshObject.modify_faces
. - Fixed bug in
compas_rhino.objects.VolMeshObject.modify
. - Fixed bug in
compas_rhino.objects.VolMeshObject.modify_vertices
. - Fixed bug in
compas_rhino.objects.VolMeshObject.modify_edges
. - Fixed bug in
compas_rhino.objects.VolMeshObject.modify_faces
. - Fixed bug in
compas_rhino.objects.NetworkObject.modify
. - Fixed bug in
compas_rhino.objects.NetworkObject.modify_vertices
. - Fixed bug in
compas_rhino.objects.NetworkObject.modify_edges
. - Changed
compas_rhino.objects.inspect
tocompas_rhino.objects.inspectors
. - Changed
compas_rhino.objects.select
tocompas_rhino.objects._select
. - Changed
compas_rhino.objects.modify
tocompas_rhino.objects._modify
.
Files
compas-dev/compas-v1.2.0.zip
Files
(6.2 MB)
Name | Size | Download all |
---|---|---|
md5:fcb7af21c166d305cf562e55ae518c69
|
6.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/compas-dev/compas/tree/v1.2.0 (URL)