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