Class BoltedJointCompoundDynamicAnalysis
Inheritance
System.Object
BoltedJointCompoundDynamicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DynamicAnalyses.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BoltedJointCompoundDynamicAnalysis : SpecialisedAssemblyCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<BoltedJointDynamicAnalysis> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BoltedJointDynamicAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<BoltedJointDynamicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BoltedJointDynamicAnalysis> |
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>