Class ZerolBevelGearSetPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSetPowerFlow
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 ZerolBevelGearSetPowerFlow : BevelGearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ZerolBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSet |
AssemblyLoadCase
Declaration
public ZerolBevelGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public ZerolBevelGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSetRating |
ZerolBevelGearsPowerFlow
Declaration
public ReadOnlyCollection<ZerolBevelGearPowerFlow> ZerolBevelGearsPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearPowerFlow> |
ZerolBevelMeshesPowerFlow
Declaration
public ReadOnlyCollection<ZerolBevelGearMeshPowerFlow> ZerolBevelMeshesPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMeshPowerFlow> |
Implements
System.IEquatable<T>