Published October 21, 2021
| Version v1.9.0
Software
Open
compas-dev/compas: COMPAS 1.9.0
Creators
- Tom Van Mele1
- Gonzalo Casas2
- Romana Rust3
- beverlylytle
- Andrew Liew4
- Li
- Anton Tetov
- Rafael Pastrana5
- Rippmann
- tom van mele1
- Juney Lee1
- Achilleas Xydis
- Mathias Bernhard6
- robin-oval
- mattiskoh
- Xingxin HE7
- Victor LEUNG8
- wenqian157
- Ania A.9
- Robin Godwyll10
- deviezeviking
- Chaoyu Du
- Kathrin Dörfler
- robinjodon11
- Francesco Ranaudo12
- Gene Ting-Chun Kao13
- nikeftekhar
- nizartaha
- Yijiang Huang14
- Andrea Ghensi
- 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. UoS / ICAIR
- 5. Princeton University
- 6. @PolyhedralStructuresLaboratory
- 7. RoboticPlus.AI
- 8. Gramazio Kohler Research, ETH Zurich
- 9. ETH Zürich
- 10. Looking for work
- 11. EPFL
- 12. ETH / BRG / NCCR dfab
- 13. ETH Zurich
- 14. MIT
Description
Added
- Added
draw_vertexlabels
,draw_edgelabels
,draw_facelabels
,draw_vertexnormals
, anddraw_facenormals
tocompas_blender.artists.MeshArtist
. - Added optional
triangulated
flag toto_vertices_and_faces
of all shapes. - Added
compas.geometry.Geometry
base class. - Added
__add__
,__sub__
,__and__
tocompas.geometry.Shape
for boolean operations using binary operators. - Added
is_closed
tocompas.geometry.Polyhedron
. - Added
Plane.offset
. - Added
compas.artists.Artist
. - Added pluggable
compas.artists.new_artist
. - Added plugin
compas_rhino.artists.new_artist_rhino
. - Added plugin
compas_blender.artists.new_artist_blender
. - Added
compas.artist.DataArtistNotRegistered
. - Added
draw_node_labels
anddraw_edgelabels
tocompas_blender.artists.NetworkArtist
. - Added
compas_blender.artists.RobotModelArtist.clear
. - Added
compas_blender.geometry.booleans
as plugin for boolean pluggables. - Added version-based installation for Blender.
- Added several shape artists to
compas_ghpython
:BoxArtist
,CapsuleArtist
,ConeArtist
,CylinderArtist
,PolygonArtist
,PolyhedronArtist
,SphereArtist
,TorusArtist
andVectorArtist
. - Added support for CLR generic dictionaries to the
compas.data
decoders. - Added
Graph.node_sample
,Graph.edge_sample
. - Added
Halfedge.vertex_sample
,Halfedge.edge_sample
,Halfedge.face_sample
. - Added
Halfface.vertex_sample
,Halfface.edge_sample
,Halfface.face_sample
,Halfface.cell_sample
. - Added
Mesh.from_meshgrid
.
- Fixed bug in
compas_blender.draw_texts
. - Changed
compas_rhino.artists.BaseArtist
tocompas_rhino.artists.RhinoArtist
. - Changed
compas_blender.artists.BaseArtist
tocompas_blender.artists.BlenderArtist
. - Changed default resolution for shape discretisation to 16 for both u and v where relevant.
- Changed base class of
compas.geometry.Primitive
andcompas.geometry.Shape
tocompas.geometry.Geometry
. compas_blender.artists.RobotModelArtist.collection
can be assigned as a Blender collection or a name.- Generalized the parameter
color
ofcompas_blender.draw_texts
and various label drawing methods. - Changed
compas.IPY
tocompas.RHINO
inorientation_rhino
. - Changed
planarity
torequires_extra
for pip installations. - Fixed bug in handling of ngonal meshes in
compas_ghpython
artists / drawing functions.
Files
compas-dev/compas-v1.9.0.zip
Files
(7.1 MB)
Name | Size | Download all |
---|---|---|
md5:c96154494838137b5d480fb28b621585
|
7.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/compas-dev/compas/tree/v1.9.0 (URL)