LapJoint.create
- classmethod LapJoint.create(assembly, *beams, **kwargs)[source]
Creates an instance of this joint and creates the new connection in assembly.
beams are expected to have been added to assembly before calling this method.
This code does not verify that the given beams are adjacent and/or lie in a topology which allows connecting them. This is the responsibility of the calling code.
A ValueError is raised if beams contains less than two Beam objects.
- Parameters:
- assemebly
Assembly
The assembly to which the beams and this joing belong.
- beamslist(
Beam
) A list containing two beams that whould be joined together
- assemebly
- Returns:
compas_timber.connections.Joint
The instance of the created joint.