Class RootAssemblySystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssemblySystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RootAssemblySystemDeflection : AssemblySystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public RootAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
RootAssembly |
PowerFlowResults
Declaration
public RootAssemblyPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
RootAssemblyPowerFlow |
ShaftDeflectionResults
Declaration
public ReadOnlyCollection<ConcentricPartGroupCombinationSystemDeflectionResults> ShaftDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConcentricPartGroupCombinationSystemDeflectionResults> |
SystemDeflectionInputs
Declaration
public SystemDeflection SystemDeflectionInputs { get; }
Property Value
Type | Description |
---|---|
SystemDeflection |
Implements
System.IEquatable<T>