Class Usage
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Usage
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Usage : IndependentReportablePropertiesBase<Usage>, IEquatable<APIBase>
Properties
GearingIsRunin
Choose yes if gears have been run-in, no if they are newly manufactured
Declaration
public bool GearingIsRunin { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ImprovedGearing
Choose yes if gearing is adjusted at assembly, or when the compatibility of the gearing is improved by lapping.
Declaration
public bool ImprovedGearing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LeadsModified
Determines the value of Lead Correction Factor
Declaration
public bool LeadsModified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SafetyRequirement
Declaration
public SafetyRequirementsAGMA SafetyRequirement { get; set; }
Property Value
Type | Description |
---|---|
SafetyRequirementsAGMA |
SpurGearLoadSharingCode
Declaration
public SpurGearLoadSharingCodes SpurGearLoadSharingCode { get; set; }
Property Value
Type | Description |
---|---|
SpurGearLoadSharingCodes |
Implements
System.IEquatable<T>