Class RingPinsToDiscConnectionSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RingPinsToDiscConnectionSystemDeflection
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 RingPinsToDiscConnectionSystemDeflection : InterMountableComponentConnectionSystemDeflection, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public RingPinsToDiscConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RingPinsToDiscConnection |
ConnectionLoadCase
Declaration
public RingPinsToDiscConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
RingPinsToDiscConnectionLoadCase |
MaximumContactStressAcrossAllPins
Measurement: Stress
Declaration
public double MaximumContactStressAcrossAllPins { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalDeflections
Measurement: VeryShortLength
Declaration
public List<double> NormalDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
NumberOfPinsInContact
Declaration
public int NumberOfPinsInContact { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PinWithMaximumContactStress
Measurement: Index
Declaration
public int PinWithMaximumContactStress { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PowerFlowResults
Declaration
public RingPinsToDiscConnectionPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
RingPinsToDiscConnectionPowerFlow |
RingPinToDiscContacts
Declaration
public ReadOnlyCollection<RingPinToDiscContactReporting> RingPinToDiscContacts { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RingPinToDiscContactReporting> |
StrainEnergy
Measurement: EnergySmall
Declaration
public double StrainEnergy { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>