Class PowerLoadAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PowerLoadAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PowerLoadAdvancedSystemDeflection : VirtualComponentAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public PowerLoad ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PowerLoad |
ComponentLoadCase
Declaration
public PowerLoadLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
PowerLoadLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<PowerLoadSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PowerLoadSystemDeflection> |
TransmissionErrorToOtherPowerLoads
Declaration
public ReadOnlyCollection<TransmissionErrorToOtherPowerLoad> TransmissionErrorToOtherPowerLoads { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<TransmissionErrorToOtherPowerLoad> |
Implements
System.IEquatable<T>