Class ExternalCADModelCompoundMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ExternalCADModelCompoundMultibodyDynamicsAnalysis
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 ExternalCADModelCompoundMultibodyDynamicsAnalysis : ComponentCompoundMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ExternalCADModelMultibodyDynamicsAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ExternalCADModelMultibodyDynamicsAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ExternalCADModelMultibodyDynamicsAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ExternalCADModelMultibodyDynamicsAnalysis> |
ComponentDesign
Declaration
public ExternalCADModel ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ExternalCADModel |
Implements
System.IEquatable<T>