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