Class UnbalancedMassLoadCase
Inheritance
System.Object
UnbalancedMassLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class UnbalancedMassLoadCase : VirtualComponentLoadCase, IEquatable<APIBase>
Properties
Angle
Declaration
public Overridable<double> Angle { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
ComponentDesign
Declaration
public UnbalancedMass ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| UnbalancedMass |
Mass
Declaration
public Overridable<double> Mass { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Radius
Declaration
public Overridable<double> Radius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Implements
System.IEquatable<T>