Releases
v0.8.0
Added
Added attribute geometry
to Beam
.
Added center_of_mass
property to Assembly class.
Added volume
property to Assembly class.
Added new element type Wall
.
Changed
Reduced some boilerplate code in Joint
subclasses.
Added argument beams
to Joint.__init__()
which expects tuple containing beams from implementing class instance.
Renamed TimberAssembly
to TimberModel
.
Renamed compas_timber.assembly
to compas_timber.model
.
Renamed compas_timber.parts
to compas_timber.elements
.
Based Beam
on new compas_model.elements.Element
.
Based TimberModel
on new compas_model.model.Model
.
Based Joint
on new compas_model.interactions.Interaction
.
Removed support for Python 3.8
.
Removed
Removed joint_type
attributes from all Joint
classes.
Removed argument cutoff
from LMiterJoint
as it was not used anywhere.
Removed argument gap
from TButtJoint
as it was not used anywhere.
Removed argument gap
from FrenchRidgeLap
as it was not used anywhere.
Removed class JointOptions
as not used anymore.
Removed module compas_timber.consumers
.
Removed unused method TButtJoint.get_cutting_plane()
.
You can’t perform that action at this time.