LocalPoint

A local point element defines es spatial 3d point defined by coordinates of a given local coordinate system. The element creates a trajectory with the name of the element an the type of a 3d-Vector of double values.

Attributes

Attribute Description Required
name
name of the element Yes
coordinateSystem
If this attribute is set, the elements content is intpreted in global coordinates which are transformed with the given coordinate system in local coordinates. No
expr
Mathematical formula which defnines the point.
Note: Typically this attribut is not used. The formula is given as elements content instead.
No
x
These attributes allows an alternative definition of the point by seperate mathematical formulas for each of the three components.
No
y
z
average
Additional calculation of the trial average. The value is saved as a parameter with the name of the element.
This attribute should not be used in combination with Calibration. Because if calibration is used this automatically generates this average value parameter.
No

Examples

<LocalPoint name="A"
coordinateSystem="Thorax">B+C</LocalPoint>