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