CoordinateSystemDisplayFilter#
- class pyCGM2.Model.modelFilters.CoordinateSystemDisplayFilter(iProc, iMod, btkAcq)#
- Filter to display coordinate systems of a biomechanical model. - This filter is used for visualizing the coordinate systems defined in a model, either statically or during motion. - Parameters:
- iProc (GeneralCoordinateSystemProcedure or ModelCoordinateSystemProcedure) – The procedure with coordinate system definitions. 
- iMod (Model) – The biomechanical model. 
- btkAcq (btk.btkAcquisition) – An acquisition instance. 
 
 - __init__(iProc, iMod, btkAcq)#
 - Methods - __init__(iProc, iMod, btkAcq)- display()- Execute the display of coordinate systems as per the procedure definitions. - setStatic(boolean)- Set the display mode to static or dynamic. - display()#
- Execute the display of coordinate systems as per the procedure definitions. - The coordinate systems are visualized either statically or dynamically based on the static attribute. 
 - setStatic(boolean: bool)#
- Set the display mode to static or dynamic. - Parameters:
- boolean (bool) – True for static display, False for dynamic display. 
 
 
