Class ConceptGearSetPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetPowerFlow : GearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearSet |
AssemblyLoadCase
Declaration
public ConceptGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
ConceptGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public ConceptGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
ConceptGearSetRating |
ConceptGearsPowerFlow
Declaration
public ReadOnlyCollection<ConceptGearPowerFlow> ConceptGearsPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearPowerFlow> |
ConceptMeshesPowerFlow
Declaration
public ReadOnlyCollection<ConceptGearMeshPowerFlow> ConceptMeshesPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshPowerFlow> |
Implements
System.IEquatable<T>