Class FaceGearMeshSystemDeflection
Inheritance
System.Object
FaceGearMeshSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearMeshSystemDeflection : GearMeshSystemDeflection, IEquatable<APIBase>
Properties
AngularMisalignmentInSurfaceOfAction
The total misalignment about the mesh local x axis, which is perpendicular to the plane of active, with twist about the gears axes removed.
Measurement: VerySmallAngle
Declaration
public double AngularMisalignmentInSurfaceOfAction { get; }
Property Value
Type |
Description |
System.Double |
|
ComponentDetailedAnalysis
Declaration
public FaceGearMeshRating ComponentDetailedAnalysis { get; }
Property Value
ConnectionDesign
Declaration
public FaceGearMesh ConnectionDesign { get; }
Property Value
ConnectionLoadCase
Declaration
public FaceGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
LinearMisalignmentInSurfaceOfAction
The Angular Misalignment in the Surface of Action multiplied by the face width. The total misalignment about the mesh local x axis, which is perpendicular to the plane of active, with twist about the gears axes removed.
Measurement: VeryShortLength
Declaration
public double LinearMisalignmentInSurfaceOfAction { get; }
Property Value
Type |
Description |
System.Double |
|
MisalignmentsPinion
Declaration
public ConicalMeshMisalignments MisalignmentsPinion { get; }
Property Value
MisalignmentsTotal
Declaration
public ConicalMeshMisalignments MisalignmentsTotal { get; }
Property Value
MisalignmentsWheel
Declaration
public ConicalMeshMisalignments MisalignmentsWheel { get; }
Property Value
PinionAngularMisalignmentInSurfaceOfAction
The pinion misalignment about the mesh local x axis, which is perpendicular to the plane of active, with twist about the pinion axes removed.
Measurement: VerySmallAngle
Declaration
public double PinionAngularMisalignmentInSurfaceOfAction { get; }
Property Value
Type |
Description |
System.Double |
|
PowerFlowResults
Declaration
public FaceGearMeshPowerFlow PowerFlowResults { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public FaceGearMeshRating Rating { get; }
Property Value
WheelAngularMisalignmentInSurfaceOfAction
The wheel misalignment about the mesh local x axis, which is perpendicular to the plane of active, with twist about the wheel axes removed.
Measurement: VerySmallAngle
Declaration
public double WheelAngularMisalignmentInSurfaceOfAction { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods