Joint#
- class pyCGM2.Model.model.Joint(label: str, proxLabel: str, distLabel: str, sequence: str, nodeLabel: str)#
- A Joint is the connection between a proximal and a distal segment. - Parameters:
- label (str) – The label of the joint. 
- proxLabel (str) – The label of the proximal segment. 
- distLabel (str) – The label of the distal segment. 
- sequence (str) – The sequence of angles for the joint. 
- nodeLabel (str) – The label of the node associated with the joint. 
 
 - __init__(label: str, proxLabel: str, distLabel: str, sequence: str, nodeLabel: str)#
 - Methods - __init__(label, proxLabel, distLabel, ...)
