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