WallJoint
- class compas_timber.connections.WallJoint[source]
Bases:
JointModels a wall to wall interaction.
TODO:First in a very minimal way until we know where this is going.
- Parameters:
- wall_a
compas_timber.elements.Wall The first wall.
- wall_b
compas_timber.elements.Wall The second wall.
- topologyliteral(JointTopology)
The topology in which the walls are connected.
- wall_a
- Attributes:
- wallstuple of
compas_timber.elements.Wall The walls that are connected.
- wall_a_interface
compas.geometry.PlanarSurface The interface surface of wall_a where it meets wall_b.
- wall_b_interface
compas.geometry.PlanarSurface The interface surface of wall_b where it meets wall_a.
- wallstuple of
Methods
Adds the features defined by this joint to affected beam(s).
Restores the reference to the elements associated with this joint.
Inherited Methods
Converts the instance to a string.
Adds the extensions defined by this joint to affected beam(s).
Checks if the cluster of beams complies with the requirements for the Joint.
Make an independent copy of the data object.
Creates an instance of this joint and creates the new connection in model.
Checks if the number of elements complies with the joint's requirements.
Construct an object of this type from a JSON file.
Construct an object of this type from a JSON string.
Creates an instance of this joint from a cluster of elements.
Creates an instance of this joint from a joint candidate.
Compute a hash of the data for comparison during version control using the sha256 algorithm.
Convert an object to its native data representation and save it to a JSON file.
Convert an object to its native data representation and save it to a JSON string.
Validate the data against the object's data schema.