Class StraightBevelDiffGearSetCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearSetCompoundPowerFlow
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 StraightBevelDiffGearSetCompoundPowerFlow : BevelGearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelDiffGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearSetPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelDiffGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearSetPowerFlow> |
AssemblyDesign
Declaration
public StraightBevelDiffGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSet |
StraightBevelDiffGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelDiffGearCompoundPowerFlow> StraightBevelDiffGearsCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearCompoundPowerFlow> |
StraightBevelDiffMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMeshCompoundPowerFlow> StraightBevelDiffMeshesCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearMeshCompoundPowerFlow> |
Implements
System.IEquatable<T>