Class RingPinsToDiscConnectionParametricStudyTool
Inheritance
System.Object
RingPinsToDiscConnectionParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RingPinsToDiscConnectionParametricStudyTool : InterMountableComponentConnectionParametricStudyTool, 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 |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<RingPinsToDiscConnectionSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RingPinsToDiscConnectionSystemDeflection> |
Implements
System.IEquatable<T>