Class SpiralBevelGearSetPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSetPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SpiralBevelGearSetPowerFlow : BevelGearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public SpiralBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSet |
AssemblyLoadCase
Declaration
public SpiralBevelGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public SpiralBevelGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSetRating |
SpiralBevelGearsPowerFlow
Declaration
public ReadOnlyCollection<SpiralBevelGearPowerFlow> SpiralBevelGearsPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearPowerFlow> |
SpiralBevelMeshesPowerFlow
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshPowerFlow> SpiralBevelMeshesPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMeshPowerFlow> |
Implements
System.IEquatable<T>