LMiterJoint.create

classmethod LMiterJoint.create(model, *beams, **kwargs)[source]

Creates an instance of this joint and creates the new connection in model.

beams are expected to have been added to model 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:
modelTimberModel

The model to which the beams and this joing belong.

beamslist(Beam)

A list containing two beams that whould be joined together

Returns:
compas_timber.connections.Joint

The instance of the created joint.