C# Class SharpFE.GenericCrossSection

Inheritance: ICrossSection
ファイルを表示 Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

Method 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

Protected Methods

Method 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 method

public GenericCrossSection ( double sectionArea ) : System
sectionArea double
return System

GenericCrossSection() public method

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
return System

GenericCrossSection() public method

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
sectionSecondMomentOfAreaAroundZZ double
return System

GenericCrossSection() public method

public GenericCrossSection ( double sectionArea, double sectionSecondMomentOfAreaAroundYY, double sectionSecondMomentOfAreaAroundZZ, double sectionMomentOfInertiaInTorsion ) : System
sectionArea double
sectionSecondMomentOfAreaAroundYY double
sectionSecondMomentOfAreaAroundZZ double
sectionMomentOfInertiaInTorsion double
return System

GenericCrossSection() protected method

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.
return System