GeneralCoordinateSystemProcedure#

class pyCGM2.Model.modelFilters.GeneralCoordinateSystemProcedure#

Procedure for defining general coordinate systems for segments in a biomechanical model.

This procedure allows setting up custom definitions for coordinate systems attached to various segments.

definitions#

A list of coordinate system definitions. Each definition is a dictionary containing segment label, coordinate system label, and referential type.

Type:

List[Dict]

__init__()#

Methods

__init__()

setDefinition(segmentLabel, ...)

Set a definition for a coordinate system in a model segment.

setDefinition(segmentLabel: str, coordinateSystemLabel: str, referentialType: str)#

Set a definition for a coordinate system in a model segment.

Parameters:
  • segmentLabel (str) – Label of the segment.

  • coordinateSystemLabel (str) – Label of the coordinate system.

  • referentialType (str) – Type of the referential.