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