Class ConceptGearSetAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetAdvancedSystemDeflection : GearSetAdvancedSystemDeflection, 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 |
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<ConceptGearSetSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSetSystemDeflection> |
ComponentDetailedAnalysis
Declaration
public ConceptGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
ConceptGearSetRating |
ConceptGearsAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<ConceptGearAdvancedSystemDeflection> ConceptGearsAdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearAdvancedSystemDeflection> |
ConceptMeshesAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<ConceptGearMeshAdvancedSystemDeflection> ConceptMeshesAdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshAdvancedSystemDeflection> |
Implements
System.IEquatable<T>