Class LoadedConceptAxialClearanceBearingResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedConceptAxialClearanceBearingResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadedConceptAxialClearanceBearingResults : LoadedConceptClearanceBearingResults, IEquatable<APIBase>
Properties
LowerAngleOfContact
Measurement: Angle
Declaration
public double LowerAngleOfContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
UpperAngleOfContact
Measurement: Angle
Declaration
public double UpperAngleOfContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>