Class PlanetaryConnectionAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlanetaryConnectionAdvancedSystemDeflection
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 PlanetaryConnectionAdvancedSystemDeflection : ShaftToMountableComponentConnectionAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public PlanetaryConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
PlanetaryConnection |
ConnectionLoadCase
Declaration
public PlanetaryConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
PlanetaryConnectionLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<PlanetaryConnectionSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionSystemDeflection> |
Implements
System.IEquatable<T>