global_coordinate#

sectionproperties.analysis.fea.global_coordinate(phi: float, x11: float, y22: float) tuple[float, float][source]#

Converts principal coordinates to global coordinates.

Parameters:
  • phi (float) – Principal bending axis angle, in degrees

  • x11 (float) – 11-coordinate in the principal coordinate system

  • y22 (float) – 22-coordinate in the principal coordinate system

Returns:

Global axis coordinates (x, y)

Return type:

tuple[float, float]