C# Class SharpFE.Linear3DBeam

Beam which carries moment and shear force in both major and minor axes as well as axial force and torsion.
Inheritance: LinearBeam
Afficher le fichier Open project: iainsproat/SharpFE Class Usage Examples

Méthodes publiques

Méthode Description
IsASupportedModelType ( ModelType modelType ) : bool
Linear3DBeam ( IFiniteElementNode start, IFiniteElementNode end, IMaterial mat, ICrossSection section ) : System

Method Details

IsASupportedModelType() public static méthode

public static IsASupportedModelType ( ModelType modelType ) : bool
modelType ModelType
Résultat bool

Linear3DBeam() public méthode

public Linear3DBeam ( IFiniteElementNode start, IFiniteElementNode end, IMaterial mat, ICrossSection section ) : System
start IFiniteElementNode
end IFiniteElementNode
mat IMaterial
section ICrossSection
Résultat System