Class ZerolBevelGearSetCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSetCompoundPowerFlow
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 ZerolBevelGearSetCompoundPowerFlow : BevelGearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ZerolBevelGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearSetPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ZerolBevelGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearSetPowerFlow> |
AssemblyDesign
Declaration
public ZerolBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSet |
ZerolBevelGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<ZerolBevelGearCompoundPowerFlow> ZerolBevelGearsCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearCompoundPowerFlow> |
ZerolBevelMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<ZerolBevelGearMeshCompoundPowerFlow> ZerolBevelMeshesCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMeshCompoundPowerFlow> |
Implements
System.IEquatable<T>