Class CylindricalCutterSimulatableGear
Inheritance
System.Object
CylindricalCutterSimulatableGear
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalCutterSimulatableGear : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FaceWidth
Declaration
public double FaceWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
GeneratingProfileShiftCoefficient
Declaration
public double GeneratingProfileShiftCoefficient { get; }
Property Value
| Type |
Description |
| System.Double |
|
HelixAngle
Declaration
public double HelixAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
InternalExternal
Declaration
public InternalExternalType InternalExternal { get; }
Property Value
IsLeftHanded
Declaration
public bool IsLeftHanded { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
NormalModule
Declaration
public double NormalModule { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalPressureAngle
Declaration
public double NormalPressureAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalThickness
Declaration
public double NormalThickness { get; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfTeethUnsigned
Declaration
public double NumberOfTeethUnsigned { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceDiameter
Declaration
public double ReferenceDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
RootDiameter
Declaration
public double RootDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double RootFormDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
TipDiameter
Declaration
public double TipDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double TipFormDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods