Class InformationAtRingPinToDiscContactPointFromGeometry
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InformationAtRingPinToDiscContactPointFromGeometry
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class InformationAtRingPinToDiscContactPointFromGeometry : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ClearanceDueToDiscProfile
Measurement: VeryShortLength
Declaration
public double ClearanceDueToDiscProfile { get; }
Property Value
Type | Description |
---|---|
System.Double |
ClearanceDueToRingPinManufacturingErrors
Measurement: VeryShortLength
Declaration
public double ClearanceDueToRingPinManufacturingErrors { get; }
Property Value
Type | Description |
---|---|
System.Double |
CombinedCurvature
Measurement: InverseShortLength
Declaration
public double CombinedCurvature { get; }
Property Value
Type | Description |
---|---|
System.Double |
CombinedRadiusOfCurvature
Measurement: ShortLength
Declaration
public double CombinedRadiusOfCurvature { get; }
Property Value
Type | Description |
---|---|
System.Double |
DiscRadiusOfCurvature
Measurement: ShortLength
Declaration
public double DiscRadiusOfCurvature { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalisedArcLengthAlongHalfLobeToContact
Measurement: ShortLength
Declaration
public double NormalisedArcLengthAlongHalfLobeToContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
PinIndex
Measurement: Index
Declaration
public int PinIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RingPinRadiusOfCurvature
Measurement: ShortLength
Declaration
public double RingPinRadiusOfCurvature { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalClearance
Clearance at the middle of the lobe, i.e. without crowning.
Measurement: VeryShortLength
Declaration
public double TotalClearance { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>