Class OilSealCompoundMultibodyDynamicsAnalysis
Inheritance
System.Object
OilSealCompoundMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class OilSealCompoundMultibodyDynamicsAnalysis : ConnectorCompoundMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<OilSealMultibodyDynamicsAnalysis> ComponentAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<OilSealMultibodyDynamicsAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<OilSealMultibodyDynamicsAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<OilSealMultibodyDynamicsAnalysis> |
ComponentDesign
Declaration
public OilSeal ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| OilSeal |
Implements
System.IEquatable<T>