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