Class ConceptCouplingConnectionCompoundMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptCouplingConnectionCompoundMultibodyDynamicsAnalysis
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 ConceptCouplingConnectionCompoundMultibodyDynamicsAnalysis : CouplingConnectionCompoundMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<ConceptCouplingConnectionMultibodyDynamicsAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingConnectionMultibodyDynamicsAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptCouplingConnectionMultibodyDynamicsAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingConnectionMultibodyDynamicsAnalysis> |
ConnectionDesign
Declaration
public ConceptCouplingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ConceptCouplingConnection |
Implements
System.IEquatable<T>