Class WormGearMeshCompoundDynamicAnalysis
Inheritance
System.Object
WormGearMeshCompoundDynamicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DynamicAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearMeshCompoundDynamicAnalysis : GearMeshCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public WormGearMesh ComponentDesign { get; }
Property Value
Type | Description |
---|---|
WormGearMesh |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<WormGearMeshDynamicAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshDynamicAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearMeshDynamicAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshDynamicAnalysis> |
ConnectionDesign
Declaration
public WormGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
WormGearMesh |
Implements
System.IEquatable<T>