C# Class SharpFE.LinearTruss

Linear element which has constant cross section and constant material properties. Also known as a Rod element.
Inheritance: FiniteElement1D, IHasMaterial, IHasConstantCrossSection
ファイルを表示 Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

Method Description
Equals ( LinearTruss other ) : bool
Equals ( object obj ) : bool

GetHashCode ( ) : int

IsASupportedModelType ( ModelType modelType ) : bool
LinearTruss ( IFiniteElementNode start, IFiniteElementNode end, IMaterial material, ICrossSection crossSection ) : System

operator ( ) : bool

Method Details

Equals() public method

public Equals ( LinearTruss other ) : bool
other LinearTruss
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsASupportedModelType() public static method

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

LinearTruss() public method

public LinearTruss ( IFiniteElementNode start, IFiniteElementNode end, IMaterial material, ICrossSection crossSection ) : System
start IFiniteElementNode
end IFiniteElementNode
material IMaterial
crossSection ICrossSection
return System

operator() public static method

public static operator ( ) : bool
return bool