Class BoltedJointCompoundSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BoltedJointCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BoltedJointCompoundSystemDeflection : SpecialisedAssemblyCompoundSystemDeflection, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<BoltedJointSystemDeflection> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BoltedJointSystemDeflection> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<BoltedJointSystemDeflection> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BoltedJointSystemDeflection> |
AssemblyDesign
Declaration
public BoltedJoint AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
BoltedJoint |
Implements
System.IEquatable<T>