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