Class GearMeshDirectSingleFlankContact
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.NodalEntities.ExternalForce
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GearMeshDirectSingleFlankContact : APIBase, IEquatable<APIBase>
Properties
CentreDistance
Centre distance used to determine contact lines and pressure angle. Measured at the centre of the gear mesh.
Measurement: ShortLength
Declaration
public double CentreDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
WorkingTransversePressureAngle
Working transverse pressure angle being used in the gear contact. Calculated from the current centre distance.
Measurement: Angle
Declaration
public double WorkingTransversePressureAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>