Class CoaxialConnectionParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CoaxialConnectionParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CoaxialConnectionParametricStudyTool : ShaftToMountableComponentConnectionParametricStudyTool, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public CoaxialConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CoaxialConnection |
ConnectionLoadCase
Declaration
public CoaxialConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
CoaxialConnectionLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<CoaxialConnectionSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CoaxialConnectionSystemDeflection> |
Implements
System.IEquatable<T>