ModelCoordinateSystemProcedure#
- class pyCGM2.Model.modelFilters.ModelCoordinateSystemProcedure(iMod: Model)#
Procedure for handling model-specific coordinate systems.
This procedure utilizes model’s internal coordinate system definitions for further processing.
- Parameters:
iMod (Model) – A biomechanical model instance.
- definitions#
Coordinate system definitions from the model.
- Type:
List[dict]
Methods
__init__
(iMod)