Class GearSetAdvancedSystemDeflection
Inheritance
System.Object
GearSetAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearSetAdvancedSystemDeflection : SpecialisedAssemblyAdvancedSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public GearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
GearSet |
GearsAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<GearAdvancedSystemDeflection> GearsAdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearAdvancedSystemDeflection> |
MeshesAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<GearMeshAdvancedSystemDeflection> MeshesAdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshAdvancedSystemDeflection> |
Rating
Declaration
public GearSetRating Rating { get; }
Property Value
Type | Description |
---|---|
GearSetRating |
UseLTCAInAdvancedSystemDeflection
Attempt (or not) to use LTCA mesh stiffness in Advanced System Deflection. If a mesh is loaded on both flanks, or is not loaded, then LTCA will not be used unless this option is changed from its default value.
Declaration
public UseLtcaInAsdOption UseLTCAInAdvancedSystemDeflection { get; set; }
Property Value
Type | Description |
---|---|
UseLtcaInAsdOption |
Implements
System.IEquatable<T>