Class CVTCompoundMultibodyDynamicsAnalysis
Inheritance
System.Object
CVTCompoundMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class CVTCompoundMultibodyDynamicsAnalysis : BeltDriveCompoundMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<CVTMultibodyDynamicsAnalysis> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CVTMultibodyDynamicsAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<CVTMultibodyDynamicsAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CVTMultibodyDynamicsAnalysis> |
Implements
System.IEquatable<T>