Class BeltConnectionCompoundMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BeltConnectionCompoundMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BeltConnectionCompoundMultibodyDynamicsAnalysis : InterMountableComponentConnectionCompoundMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<BeltConnectionMultibodyDynamicsAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BeltConnectionMultibodyDynamicsAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<BeltConnectionMultibodyDynamicsAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BeltConnectionMultibodyDynamicsAnalysis> |
ConnectionDesign
Declaration
public BeltConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
BeltConnection |
Implements
System.IEquatable<T>