Метод | Описание | |
---|---|---|
GenericCrossSection ( double sectionArea ) : System |
|
|
GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY ) : System | ||
GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ ) : System | ||
GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ, double sectionMomentOfInertiaInTorsion ) : System |
Метод | Описание | |
---|---|---|
GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ, double sectionMomentOfInertiaInTorsion, bool flag ) : System |
All public constructors should delegate to this constructor.
|
public GenericCrossSection ( double sectionArea ) : System | ||
sectionArea | double | |
Результат | System |
public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY ) : System | ||
sectionArea | double | |
sectionSecondMomentOfAreaAroundYY | double | |
Результат | System |
public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ ) : System | ||
sectionArea | double | |
sectionSecondMomentOfAreaAroundYY | double | |
sectionSecondMomentOfAreaAroundZZ | double | |
Результат | System |
public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ, double sectionMomentOfInertiaInTorsion ) : System | ||
sectionArea | double | |
sectionSecondMomentOfAreaAroundYY | double | |
sectionSecondMomentOfAreaAroundZZ | double | |
sectionMomentOfInertiaInTorsion | double | |
Результат | System |
protected GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ, double sectionMomentOfInertiaInTorsion, bool flag ) : System | ||
sectionArea | double | |
sectionSecondMomentOfAreaAroundYY | double | |
sectionSecondMomentOfAreaAroundZZ | double | |
sectionMomentOfInertiaInTorsion | double | |
flag | bool | Not used. The flag is only here to make this constructor signature unique and prevent compilation errors. |
Результат | System |