Class FaceGearSetSystemDeflection
Inheritance
System.Object
FaceGearSetSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearSetSystemDeflection : GearSetSystemDeflection, 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
FaceGearsSystemDeflection
Declaration
public ReadOnlyCollection<FaceGearSystemDeflection> FaceGearsSystemDeflection { get; }
Property Value
FaceMeshesSystemDeflection
Declaration
public ReadOnlyCollection<FaceGearMeshSystemDeflection> FaceMeshesSystemDeflection { get; }
Property Value
GearsSystemDeflection
Declaration
[Obsolete("Use FaceGearsSystemDeflection")]
public ReadOnlyCollection<FaceGearSystemDeflection> GearsSystemDeflection { get; }
Property Value
MeshesSystemDeflection
Declaration
[Obsolete("Use FaceMeshesSystemDeflection")]
public ReadOnlyCollection<FaceGearMeshSystemDeflection> MeshesSystemDeflection { get; }
Property Value
PowerFlowResults
Declaration
public FaceGearSetPowerFlow PowerFlowResults { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public FaceGearSetRating Rating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods