Class StraightBevelGearSetCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetCompoundPowerFlow
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 StraightBevelGearSetCompoundPowerFlow : BevelGearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSetPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSetPowerFlow> |
AssemblyDesign
Declaration
public StraightBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSet |
StraightBevelGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelGearCompoundPowerFlow> StraightBevelGearsCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearCompoundPowerFlow> |
StraightBevelMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelGearMeshCompoundPowerFlow> StraightBevelMeshesCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshCompoundPowerFlow> |
Implements
System.IEquatable<T>