Class CylindricalGearRealCutterDesign
Inheritance
System.Object
CylindricalGearRealCutterDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class CylindricalGearRealCutterDesign : CylindricalGearAbstractCutterDesign, IEquatable<APIBase>
Properties
CustomisedCuttingEdgeProfile
Declaration
public CustomisableEdgeProfile CustomisedCuttingEdgeProfile { get; }
Property Value
CutterAndGearNormalBasePitchComparisonTolerance
Declaration
public Overridable<double> CutterAndGearNormalBasePitchComparisonTolerance { get; set; }
Property Value
HasTolerances
Declaration
public virtual bool HasTolerances { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NominalCutterDrawing
Declaration
public SMTBitmap NominalCutterDrawing { get; }
Property Value
| Type |
Description |
| SMT.MastaAPIUtility.Scripting.SMTBitmap |
|
NominalCutterShape
Declaration
public CutterShapeDefinition NominalCutterShape { get; }
Property Value
NormalBasePitch
Declaration
public double NormalBasePitch { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalPitch
Declaration
public double NormalPitch { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalPressureAngleConstantBasePitch
Declaration
public double NormalPressureAngleConstantBasePitch { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfPointsForReportingFilletShape
Declaration
public Overridable<int> NumberOfPointsForReportingFilletShape { get; set; }
Property Value
NumberOfPointsForReportingMainBladeShape
Declaration
public Overridable<int> NumberOfPointsForReportingMainBladeShape { get; set; }
Property Value
SpecifyCustomBladeShape
Declaration
public bool SpecifyCustomBladeShape { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods