Class PlanetaryGearSetLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlanetaryGearSetLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PlanetaryGearSetLoadCase : CylindricalGearSetLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public PlanetaryGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
PlanetaryGearSet |
IncludeGearBlankElasticDistortion
Includes the effect of the radial deformation of planetary gear blanks on the clearance within planetary rolling bearings. The calculation is based on Harris, T. and Kotzalas, M., Advanced Concepts of Bearing Technology, 5th Edition, 2007, Section 1.7.
Declaration
public LoadCaseOverrideOption IncludeGearBlankElasticDistortion { get; set; }
Property Value
Type | Description |
---|---|
LoadCaseOverrideOption |
SpecifySeparateMicroGeometryForEachPlanetGear
Declaration
public virtual bool SpecifySeparateMicroGeometryForEachPlanetGear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>