BTLx.register_joint
- classmethod BTLx.register_joint(joint_type, joint_factory)[source]
Registers a joint type and its corresponding factory.
- Parameters:
- joint_typetype
The type of the joint.
- joint_factory: class:~compas_timber.fabrication.joint_factories.joint_factory.JointFactory
The factory for creating the joint.
- Returns:
- None