Class PermissibleAxialLoad
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PermissibleAxialLoad
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PermissibleAxialLoad : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
BriefPeriods
Measurement: Force
Declaration
public double BriefPeriods { get; }
Property Value
Type | Description |
---|---|
System.Double |
Continuous
Measurement: Force
Declaration
public double Continuous { get; }
Property Value
Type | Description |
---|---|
System.Double |
PeakLoads
Measurement: Force
Declaration
public double PeakLoads { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>