C# Класс SharpFE.GenericCrossSection

Наследование: ICrossSection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GenericCrossSection() публичный Метод

public GenericCrossSection ( double sectionArea ) : System
sectionArea double
Результат System

GenericCrossSection() публичный Метод

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
Результат System

GenericCrossSection() публичный Метод

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
sectionSecondMomentOfAreaAroundZZ double
Результат System

GenericCrossSection() публичный Метод

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ, double sectionMomentOfInertiaInTorsion ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
sectionSecondMomentOfAreaAroundZZ double
sectionMomentOfInertiaInTorsion double
Результат System

GenericCrossSection() защищенный Метод

All public constructors should delegate to this constructor.
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