Class GearSetAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetAdvancedSystemDeflection : SpecialisedAssemblyAdvancedSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public GearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
GearSet |
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>