Class LoadSharingSettings
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class LoadSharingSettings : APIBase, IEquatable<APIBase>
Properties
PlanetaryLoadSharing
Declaration
public LoadSharingModes PlanetaryLoadSharing { get; set; }
Property Value
Type | Description |
---|---|
LoadSharingModes |
PlanetaryLoadSharingAGMAApplicationLevel
The Application level specified as the row heading in Table 7 of AGMA 6123-C16 'Design Manual for Enclosed Epicyclic Gear Drives'.
Declaration
public AGMALoadSharingTableApplicationLevel PlanetaryLoadSharingAGMAApplicationLevel { get; set; }
Property Value
Type | Description |
---|---|
AGMALoadSharingTableApplicationLevel |
Implements
System.IEquatable<T>