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]

__init__(iMod: Model)#

Methods

__init__(iMod)