pyva.properties.geometricalPropertyClasses.CrossSection

class pyva.properties.geometricalPropertyClasses.CrossSection(Ix, Iy, Ixy, area)

Bases: object

Class for beam cross section geometrical properties

Ix

second moment of area of x-axis.

Type:

float

Iy

second moment of area of y-axis..

Type:

float

Ixy

product moment of area.

Type:

float

area

area of cross sectopm.

Type:

float

__init__(Ix, Iy, Ixy, area)

Class constructor for beam crosSection

Parameters:
  • Ix (float) – second moment of area of x-axis.

  • Iy (float) – second moment of area of y-axis..

  • Ixy (float) – product moment of area.

  • area (float) – area of cross sectopm.

Return type:

None.

Methods

__init__(Ix, Iy, Ixy, area)

Class constructor for beam crosSection