Class InvoluteCutterDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InvoluteCutterDesign
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class InvoluteCutterDesign : CylindricalGearRealCutterDesign, IEquatable<APIBase>
Properties
Hand
Declaration
public Hand Hand { get; set; }
Property Value
Type | Description |
---|---|
Hand |
HelixAngle
Measurement: Angle
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>