TopologyRule
- class compas_timber.design.TopologyRule[source]
Bases:
JointRule
for a given connection topology type (L,T,X,I,K…), this rule assigns a joint type.
- Parameters:
- topology_typeconstant(compas_timber.connections.JointTopology)
The topology type to which the rule is applied.
- joint_typecls(
compas_timber.connections.Joint
) The joint type to be applied to this topology.
- kwargsdict
The keyword arguments to be passed to the joint.
Methods
Returns True if the provided elements comply with the rule defined by this instance.
Inherited Methods
processes joint rules into joint definitions.