|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
LESM.Section
public class Section
Class that defines cross-section objects in the LESM program
| Field Summary | |
|---|---|
(package private) double |
area_x
Area relative to local x-axis (full area) |
(package private) double |
area_y
Area relative to local y-axis (effective shear area) |
(package private) double |
area_z
Area relative to local z-axis (effective shear area) |
(package private) double |
height_y
Height relative to local y-axis |
(package private) double |
height_z
Height relative to local z-axis |
(package private) int |
id
Identification number |
(package private) double |
inertia_x
Moment of inertia realative to local x-axis (torsion inertia) |
(package private) double |
inertia_y
Moment of inertia realative to local y-axis (bending inertia) |
(package private) double |
inertia_z
Moment of inertia realative to local z-axis (bending inertia) |
| Method Summary | |
|---|---|
void |
clean()
Destructor method |
Section |
Section()
Constructor method |
| Field Detail |
|---|
int id
double area_x
double area_y
double area_z
double inertia_x
double inertia_y
double inertia_z
double height_y
double height_z
| Method Detail |
|---|
public Section Section()
public void clean()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||