PlateLButtJoint.promote_joint_candidate
- classmethod PlateLButtJoint.promote_joint_candidate(model, candidate, reordered_elements=None, **kwargs)[source]
Creates an instance of this joint from a generic joint.
- Parameters:
- model
TimberModel The model to which the elements and this joint belong.
- candidate
Joint The generic joint to be converted.
- reordered_elementslist(
Element), optional The elements to be connected by this joint. If not provided, the elements of the generic joint will be used. This is used to explicitly define the element order.
- **kwargsdict
Additional keyword arguments that are passed to the joint’s constructor.
- model
- Returns:
compas_timber.connections.JointThe instance of the created joint.