ModelScoreResidualProcedure#

class pyCGM2.Model.Procedures.modelQuality.ModelScoreResidualProcedure(model: Model)#

Procedure for calculating SCORE residual for all joints of a biomechanical model.

This class automatically populates its SCORE definition attribute based on the geometric attributes of the model.

Parameters:

model (Model) – The biomechanical model to be analyzed.

__init__(model: Model)#

Methods

__init__(model)