Class ConceptGearSetSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetSystemDeflection : GearSetSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearSet |
AssemblyLoadCase
Declaration
public ConceptGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
ConceptGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public ConceptGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
ConceptGearSetRating |
ConceptGearsSystemDeflection
Declaration
public ReadOnlyCollection<ConceptGearSystemDeflection> ConceptGearsSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSystemDeflection> |
ConceptMeshesSystemDeflection
Declaration
public ReadOnlyCollection<ConceptGearMeshSystemDeflection> ConceptMeshesSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshSystemDeflection> |
PowerFlowResults
Declaration
public ConceptGearSetPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
ConceptGearSetPowerFlow |
Implements
System.IEquatable<T>