TimberModel.add_joint_candidate

TimberModel.add_joint_candidate(candidate)[source]

Add a joint candidate to the model.

Joint candidates are stored on the graph edges under the “candidate” attribute, separate from actual joints which are stored under the “interaction” attribute.

Parameters:
candidateJointCandidate

An instance of a JointCandidate class.