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