Class RollingRingLoadCase
Inheritance
System.Object
RollingRingLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RollingRingLoadCase : CouplingHalfLoadCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public RollingRing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
RollingRing |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingLoadCase> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingLoadCase> |
Implements
System.IEquatable<T>