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