Class FaceGearSetPowerFlow
Inheritance
System.Object
FaceGearSetPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearSetPowerFlow : GearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public FaceGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public FaceGearSetLoadCase AssemblyLoadCase { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public FaceGearSetRating ComponentDetailedAnalysis { get; }
Property Value
FaceGearsPowerFlow
Declaration
public ReadOnlyCollection<FaceGearPowerFlow> FaceGearsPowerFlow { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearPowerFlow> |
|
FaceMeshesPowerFlow
Declaration
public ReadOnlyCollection<FaceGearMeshPowerFlow> FaceMeshesPowerFlow { get; }
Property Value
GearsPowerFlow
Declaration
[Obsolete("Use FaceGearsPowerFlow")]
public ReadOnlyCollection<FaceGearPowerFlow> GearsPowerFlow { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearPowerFlow> |
|
MeshesPowerFlow
Declaration
[Obsolete("Use FaceMeshesPowerFlow")]
public ReadOnlyCollection<FaceGearMeshPowerFlow> MeshesPowerFlow { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public FaceGearSetRating Rating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods