C# Class SharpFE.GenericCrossSection

Inheritance: ICrossSection
Afficher le fichier Open project: iainsproat/SharpFE Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ, double sectionMomentOfInertiaInTorsion, bool flag ) : System

All public constructors should delegate to this constructor.

Method Details

GenericCrossSection() public méthode

public GenericCrossSection ( double sectionArea ) : System
sectionArea double
Résultat System

GenericCrossSection() public méthode

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
Résultat System

GenericCrossSection() public méthode

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
sectionSecondMomentOfAreaAroundZZ double
Résultat System

GenericCrossSection() public méthode

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ, double sectionMomentOfInertiaInTorsion ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
sectionSecondMomentOfAreaAroundZZ double
sectionMomentOfInertiaInTorsion double
Résultat System

GenericCrossSection() protected méthode

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.
Résultat System