Class ConceptGearSetSystemDeflection
Inheritance
System.Object
ConceptGearSetSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearSetSystemDeflection : GearSetSystemDeflection, 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
ConceptGearsSystemDeflection
Declaration
public ReadOnlyCollection<ConceptGearSystemDeflection> ConceptGearsSystemDeflection { get; }
Property Value
ConceptMeshesSystemDeflection
Declaration
public ReadOnlyCollection<ConceptGearMeshSystemDeflection> ConceptMeshesSystemDeflection { get; }
Property Value
GearsSystemDeflection
Declaration
[Obsolete("Use ConceptGearsSystemDeflection")]
public ReadOnlyCollection<ConceptGearSystemDeflection> GearsSystemDeflection { get; }
Property Value
MeshesSystemDeflection
Declaration
[Obsolete("Use ConceptMeshesSystemDeflection")]
public ReadOnlyCollection<ConceptGearMeshSystemDeflection> MeshesSystemDeflection { get; }
Property Value
PowerFlowResults
Declaration
public ConceptGearSetPowerFlow PowerFlowResults { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public ConceptGearSetRating Rating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods