Class SynchroniserSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SynchroniserSystemDeflection
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 SynchroniserSystemDeflection : SpecialisedAssemblySystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public Synchroniser AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
Synchroniser |
AssemblyLoadCase
Declaration
public SynchroniserLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
SynchroniserLoadCase |
Cones
Declaration
public ReadOnlyCollection<SynchroniserHalfSystemDeflection> Cones { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SynchroniserHalfSystemDeflection> |
PowerFlowResults
Declaration
public SynchroniserPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
SynchroniserPowerFlow |
Implements
System.IEquatable<T>