JointOptions
- class compas_timber.ghpython.JointOptions[source]
Bases:
object
Container for options to be passed to a joint.
This allows delaying the actual joining of the beams to a downstream component.
- Parameters:
- typecls(
compas_timber.connections.Joint
) The type of the joint.
- kwargsdict
The keyword arguments to be passed to the joint.
- typecls(
- Attributes:
- typecls(
compas_timber.connections.Joint
) The type of the joint.
- kwargsdict
The keyword arguments to be passed to the joint.
- typecls(
Methods