C# 클래스 SharpFE.GenericCrossSection

상속: ICrossSection
파일 보기 프로젝트 열기: iainsproat/SharpFE 1 사용 예제들

공개 메소드들

메소드 설명
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