Class WormGearSetPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearSetPowerFlow
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 WormGearSetPowerFlow : GearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
WormGearSet |
AssemblyLoadCase
Declaration
public WormGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
WormGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public WormGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
WormGearSetRating |
WormGearsPowerFlow
Declaration
public ReadOnlyCollection<WormGearPowerFlow> WormGearsPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearPowerFlow> |
WormMeshesPowerFlow
Declaration
public ReadOnlyCollection<WormGearMeshPowerFlow> WormMeshesPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshPowerFlow> |
Implements
System.IEquatable<T>