Class InvoluteCutterDesign
Inheritance
System.Object
InvoluteCutterDesign
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class InvoluteCutterDesign : CylindricalGearRealCutterDesign, IEquatable<APIBase>
Properties
Hand
Declaration
public Hand Hand { get; set; }
Property Value
| Type | Description |
|---|---|
| Hand |
HelixAngle
Declaration
public double HelixAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
NumberOfTeeth
Declaration
public double NumberOfTeeth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ToothThickness
Declaration
public ToothThicknessSpecificationBase ToothThickness { get; }
Property Value
| Type | Description |
|---|---|
| ToothThicknessSpecificationBase |
Implements
System.IEquatable<T>