C# 클래스 SharpFE.Linear3DBeam

Beam which carries moment and shear force in both major and minor axes as well as axial force and torsion.
상속: LinearBeam
파일 보기 프로젝트 열기: iainsproat/SharpFE 1 사용 예제들

공개 메소드들

메소드 설명
IsASupportedModelType ( ModelType modelType ) : bool
Linear3DBeam ( IFiniteElementNode start, IFiniteElementNode end, IMaterial mat, ICrossSection section ) : System

메소드 상세

IsASupportedModelType() 공개 정적인 메소드

public static IsASupportedModelType ( ModelType modelType ) : bool
modelType ModelType
리턴 bool

Linear3DBeam() 공개 메소드

public Linear3DBeam ( IFiniteElementNode start, IFiniteElementNode end, IMaterial mat, ICrossSection section ) : System
start IFiniteElementNode
end IFiniteElementNode
mat IMaterial
section ICrossSection
리턴 System