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:
__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.