JointRule

class compas_timber.design.JointRule[source]

Bases: object

Represents a rule for creating joints between timber elements. Parameters ———- joint_type : JointType

The type of joint to create.

max_distancefloat, optional

The maximum distance to consider when creating joints. This will override the global max_distance.

**kwargsdict, optional

Additional keyword arguments to pass to the joint creation method.