Class LoadSharingSettings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadSharingSettings
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadSharingSettings : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>