Class CutterShapeDefinition
Inheritance
System.Object
CutterShapeDefinition
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class CutterShapeDefinition : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Design
Declaration
public CylindricalGearRealCutterDesign Design { get; }
Property Value
FilletPoints
Declaration
public ReadOnlyCollection<NamedPoint> FilletPoints { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<NamedPoint> |
|
MainBladePoints
Declaration
public ReadOnlyCollection<NamedPoint> MainBladePoints { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<NamedPoint> |
|
NormalModule
Declaration
public double NormalModule { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalPitch
Declaration
public double NormalPitch { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalPressureAngle
Declaration
public double NormalPressureAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods