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
Afficher le fichier Open project: iainsproat/SharpFE Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( LinearTruss other ) : bool
other LinearTruss
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsASupportedModelType() public static méthode

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

LinearTruss() public méthode

public LinearTruss ( IFiniteElementNode start, IFiniteElementNode end, IMaterial material, ICrossSection crossSection ) : System
start IFiniteElementNode
end IFiniteElementNode
material IMaterial
crossSection ICrossSection
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool