Class ElementPropertiesSpringDashpot
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElementPropertiesSpringDashpot
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ElementPropertiesSpringDashpot : ElementPropertiesBase, IEquatable<APIBase>
Properties
DegreeOfFreedom1
Declaration
public int DegreeOfFreedom1 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DegreeOfFreedom2
Declaration
public int DegreeOfFreedom2 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Stiffness
Measurement: LinearStiffness
Declaration
public double Stiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StiffnessMatrixLowerTriangle
Declaration
public string StiffnessMatrixLowerTriangle { get; }
Property Value
Type | Description |
---|---|
System.String |
StiffnessRotation
Declaration
public Vector3D StiffnessRotation { get; }
Property Value
Type | Description |
---|---|
Vector3D |
StiffnessTranslation
Declaration
public Vector3D StiffnessTranslation { get; }
Property Value
Type | Description |
---|---|
Vector3D |
Implements
System.IEquatable<T>