Class SplineFlankContactReporting
Inheritance
System.Object
SplineFlankContactReporting
Assembly: SMT.MastaAPI.15.0.dll
public sealed class SplineFlankContactReporting : APIBase, IEquatable<APIBase>
Properties
Declaration
public double Angle { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Vector3D ContactPositionLCS { get; }
Property Value
Declaration
public Vector3D ContactPositionWCS { get; }
Property Value
Declaration
public string EntityName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public VectorWithLinearAndAngularComponents ForceOnInnerContactCoordinateSystem { get; }
Property Value
Declaration
public VectorWithLinearAndAngularComponents ForceOnInnerWCS { get; }
Property Value
The relative deflection of the 2 surfaces in the normal direction. Contact will occur when this is larger than the clearance.
Measurement: VeryShortLength
Declaration
public double NormalDeflection { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Vector3D NormalDirectionLCS { get; }
Property Value
Declaration
public Vector3D NormalDirectionWCS { get; }
Property Value
Declaration
public double NormalForce { get; }
Property Value
Type |
Description |
System.Double |
|
Measurement: LinearStiffness
Declaration
public double NormalStiffness { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public VectorWithLinearAndAngularComponents RelativeDeflectionLCS { get; }
Property Value
The relative angle of the 2 sides of the contact about the axis perpendicular to the plane of action.
Measurement: SmallAngle
Declaration
public double RelativeDeflectionMisalignment { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public VectorWithLinearAndAngularComponents RelativeDeflectionWCS { get; }
Property Value
A positive value indicates contact
Measurement: VeryShortLength
Declaration
public double SurfacePenetration { get; }
Property Value
Type |
Description |
System.Double |
|
The relative deflection of the 2 surfaces in the direction along the flanks of the spline teeth.
Measurement: VeryShortLength
Declaration
public double TangentialDeflection { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double TangentialForce { get; }
Property Value
Type |
Description |
System.Double |
|
Measurement: LinearStiffness
Declaration
public double TangentialStiffness { get; }
Property Value
Type |
Description |
System.Double |
|
The moment in the plane containing the normal and tangential forces.
Measurement: Torque
Declaration
public double TiltMoment { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods