Class HypoidGearSetCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HypoidGearSetCompoundPowerFlow
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 HypoidGearSetCompoundPowerFlow : AGMAGleasonConicalGearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<HypoidGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearSetPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<HypoidGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearSetPowerFlow> |
AssemblyDesign
Declaration
public HypoidGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
HypoidGearSet |
HypoidGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<HypoidGearCompoundPowerFlow> HypoidGearsCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearCompoundPowerFlow> |
HypoidMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<HypoidGearMeshCompoundPowerFlow> HypoidMeshesCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearMeshCompoundPowerFlow> |
Implements
System.IEquatable<T>