Class CutterShapeDefinition
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CutterShapeDefinition
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters.Tangibles
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CutterShapeDefinition : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Design
Declaration
public CylindricalGearRealCutterDesign Design { get; }
Property Value
Type | Description |
---|---|
CylindricalGearRealCutterDesign |
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
Measurement: ShortLength
Declaration
public double NormalModule { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalPitch
Measurement: ShortLength
Declaration
public double NormalPitch { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalPressureAngle
Measurement: Angle
Declaration
public double NormalPressureAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>