Class BoltedJointCompoundStabilityAnalysis
Inheritance
System.Object
BoltedJointCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BoltedJointCompoundStabilityAnalysis : SpecialisedAssemblyCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<BoltedJointStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BoltedJointStabilityAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<BoltedJointStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BoltedJointStabilityAnalysis> |
AssemblyDesign
Declaration
public BoltedJoint AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
BoltedJoint |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public BoltedJoint ComponentDesign { get; }
Property Value
Type | Description |
---|---|
BoltedJoint |
Implements
System.IEquatable<T>