Class SpiralBevelGearMeshCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearMeshCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SpiralBevelGearMeshCompoundPowerFlow : BevelGearMeshCompoundPowerFlow, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshPowerFlow> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMeshPowerFlow> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshPowerFlow> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMeshPowerFlow> |
ConnectionDesign
Declaration
public SpiralBevelGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearMesh |
Implements
System.IEquatable<T>