Class SpiralBevelGearSetCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSetCompoundPowerFlow
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 SpiralBevelGearSetCompoundPowerFlow : BevelGearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<SpiralBevelGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearSetPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<SpiralBevelGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearSetPowerFlow> |
AssemblyDesign
Declaration
public SpiralBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSet |
SpiralBevelGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<SpiralBevelGearCompoundPowerFlow> SpiralBevelGearsCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearCompoundPowerFlow> |
SpiralBevelMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshCompoundPowerFlow> SpiralBevelMeshesCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMeshCompoundPowerFlow> |
Implements
System.IEquatable<T>