Class GearAlignment
Inheritance
System.Object
GearAlignment
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GearAlignment : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Diameter
Declaration
public double Diameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
IndexOfReferenceTooth
Declaration
public int IndexOfReferenceTooth { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ProfileMeasurementOfTheToothAtLeastRollDistance
Declaration
public CylindricalGearProfileMeasurement ProfileMeasurementOfTheToothAtLeastRollDistance { get; }
Property Value
Radius
Declaration
public double Radius { get; }
Property Value
| Type |
Description |
| System.Double |
|
RollAngle
Declaration
public double RollAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
RollDistance
Declaration
public double RollDistance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods