Class ComponentLoadCase
Inheritance
System.Object
ComponentLoadCase
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class ComponentLoadCase : PartLoadCase, IEquatable<APIBase>
Properties
AdditionalModalDampingRatio
Declaration
public Overridable<double> AdditionalModalDampingRatio { get; set; }
Property Value
ComponentDesign
Declaration
public Component ComponentDesign { get; }
Property Value
IsConnectedToGround
Declaration
public bool IsConnectedToGround { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsTorsionallyFree
Declaration
public bool IsTorsionallyFree { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
MagnitudeOfRotation
Declaration
public double MagnitudeOfRotation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RayleighDampingBeta
Declaration
public Overridable<double> RayleighDampingBeta { get; set; }
Property Value
RotationAngle
Declaration
public double RotationAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods