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