Class FaceGearSetAdvancedSystemDeflection
Inheritance
System.Object
FaceGearSetAdvancedSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearSetAdvancedSystemDeflection : GearSetAdvancedSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public FaceGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public FaceGearSetLoadCase AssemblyLoadCase { get; }
Property Value
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<FaceGearSetSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public FaceGearSetRating ComponentDetailedAnalysis { get; }
Property Value
FaceGearsAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<FaceGearAdvancedSystemDeflection> FaceGearsAdvancedSystemDeflection { get; }
Property Value
FaceMeshesAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<FaceGearMeshAdvancedSystemDeflection> FaceMeshesAdvancedSystemDeflection { get; }
Property Value
GearsAdvancedSystemDeflection
Declaration
[Obsolete("Use FaceGearsAdvancedSystemDeflection")]
public ReadOnlyCollection<FaceGearAdvancedSystemDeflection> GearsAdvancedSystemDeflection { get; }
Property Value
MeshesAdvancedSystemDeflection
Declaration
[Obsolete("Use FaceMeshesAdvancedSystemDeflection")]
public ReadOnlyCollection<FaceGearMeshAdvancedSystemDeflection> MeshesAdvancedSystemDeflection { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public FaceGearSetRating Rating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods