Class ConceptGearSetAdvancedSystemDeflection
Inheritance
System.Object
ConceptGearSetAdvancedSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearSetAdvancedSystemDeflection : GearSetAdvancedSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public ConceptGearSetLoadCase AssemblyLoadCase { get; }
Property Value
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<ConceptGearSetSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public ConceptGearSetRating ComponentDetailedAnalysis { get; }
Property Value
ConceptGearsAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<ConceptGearAdvancedSystemDeflection> ConceptGearsAdvancedSystemDeflection { get; }
Property Value
ConceptMeshesAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<ConceptGearMeshAdvancedSystemDeflection> ConceptMeshesAdvancedSystemDeflection { get; }
Property Value
GearsAdvancedSystemDeflection
Declaration
[Obsolete("Use ConceptGearsAdvancedSystemDeflection")]
public ReadOnlyCollection<ConceptGearAdvancedSystemDeflection> GearsAdvancedSystemDeflection { get; }
Property Value
MeshesAdvancedSystemDeflection
Declaration
[Obsolete("Use ConceptMeshesAdvancedSystemDeflection")]
public ReadOnlyCollection<ConceptGearMeshAdvancedSystemDeflection> MeshesAdvancedSystemDeflection { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public ConceptGearSetRating Rating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods