Class ConceptGearSetPowerFlow
Inheritance
System.Object
ConceptGearSetPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearSetPowerFlow : GearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public ConceptGearSetLoadCase AssemblyLoadCase { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public ConceptGearSetRating ComponentDetailedAnalysis { get; }
Property Value
ConceptGearsPowerFlow
Declaration
public ReadOnlyCollection<ConceptGearPowerFlow> ConceptGearsPowerFlow { get; }
Property Value
ConceptMeshesPowerFlow
Declaration
public ReadOnlyCollection<ConceptGearMeshPowerFlow> ConceptMeshesPowerFlow { get; }
Property Value
GearsPowerFlow
Declaration
[Obsolete("Use ConceptGearsPowerFlow")]
public ReadOnlyCollection<ConceptGearPowerFlow> GearsPowerFlow { get; }
Property Value
MeshesPowerFlow
Declaration
[Obsolete("Use ConceptMeshesPowerFlow")]
public ReadOnlyCollection<ConceptGearMeshPowerFlow> MeshesPowerFlow { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public ConceptGearSetRating Rating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods