Class ElementPropertiesSpringDashpot
Inheritance
System.Object
ElementPropertiesSpringDashpot
Assembly: SMT.MastaAPI.15.0.dll
public sealed class ElementPropertiesSpringDashpot : ElementPropertiesBase, IEquatable<APIBase>
Properties
Declaration
public int DegreeOfFreedom1 { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int DegreeOfFreedom2 { get; }
Property Value
Type |
Description |
System.Int32 |
|
Measurement: AngularStiffness
Declaration
public double RotationalStiffness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Vector3D RotationalStiffnessVector { get; }
Property Value
Measurement: LinearStiffness
Declaration
public double Stiffness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string StiffnessMatrixLowerTriangle { get; }
Property Value
Type |
Description |
System.String |
|
Measurement: LinearStiffness
Declaration
public double TranslationalStiffness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Vector3D TranslationalStiffnessVector { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods