Class ShaftLoadCase
Inheritance
System.Object
ShaftLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaftLoadCase : AbstractShaftLoadCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Shaft |
DiameterScalingFactor
Declaration
public double DiameterScalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Planetaries
Declaration
public ReadOnlyCollection<ShaftLoadCase> Planetaries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ShaftLoadCase> |
Implements
System.IEquatable<T>