Class ToothFlankFractureAnalysisContactPointN1457
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ToothFlankFractureAnalysisContactPointN1457
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.ISO6336
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ToothFlankFractureAnalysisContactPointN1457 : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Coordinates
Declaration
public Vector2D Coordinates { get; }
Property Value
Type | Description |
---|---|
Vector2D |
HalfOfHertzianContactWidth
Measurement: ShortLength
Declaration
public double HalfOfHertzianContactWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianContactStress
Measurement: Stress
Declaration
public double HertzianContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MeanCoefficientOfFriction
The mean local friction coefficient calculated according to friction law proposed in ISO/TS 6336-22:2018 and is, for the moment, considered constant for all contact points
Declaration
public double MeanCoefficientOfFriction { get; }
Property Value
Type | Description |
---|---|
System.Double |
PositionOnProfile
Declaration
public CylindricalGearProfileMeasurement PositionOnProfile { get; }
Property Value
Type | Description |
---|---|
CylindricalGearProfileMeasurement |
Implements
System.IEquatable<T>