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
Exibir arquivo Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

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

Method Details

IsASupportedModelType() public static method

public static IsASupportedModelType ( ModelType modelType ) : bool
modelType ModelType
return bool

Linear3DBeam() public method

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