Class UnbalancedMassLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
UnbalancedMassLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class UnbalancedMassLoadCase : VirtualComponentLoadCase, IEquatable<APIBase>
Properties
Angle
Measurement: 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
Measurement: Mass
Declaration
public Overridable<double> Mass { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Radius
Measurement: ShortLength
Declaration
public Overridable<double> Radius { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>