Class ConicalGearCutter
Inheritance
System.Object
ConicalGearCutter
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ConicalGearCutter : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CalculatedPointWidth
Declaration
public double CalculatedPointWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
CutterBladeType
Declaration
public CutterBladeType CutterBladeType { get; set; }
Property Value
CutterGaugeLength
Declaration
public CutterGaugeLengths CutterGaugeLength { get; set; }
Property Value
InnerBladeAngleConvex
Declaration
public double InnerBladeAngleConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerBladePointRadiusConvex
Declaration
public virtual double InnerBladePointRadiusConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerEdgeRadiusConvex
Declaration
public virtual double InnerEdgeRadiusConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerParabolicApexLocationConvex
Declaration
public double InnerParabolicApexLocationConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerParabolicCoefficientConvex
Declaration
public double InnerParabolicCoefficientConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerSphericalRadiusConvex
Declaration
public double InnerSphericalRadiusConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerTopremAngleConvex
Declaration
public double InnerTopremAngleConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerTopremLengthConvex
Declaration
public double InnerTopremLengthConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerTopremLetterConvex
Declaration
public TopremLetter InnerTopremLetterConvex { get; set; }
Property Value
Declaration
public TopremEntryType InputTopremAs { get; set; }
Property Value
OuterBladeAngleConcave
Declaration
public double OuterBladeAngleConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterBladePointRadiusConcave
Declaration
public virtual double OuterBladePointRadiusConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterEdgeRadiusConcave
Declaration
public virtual double OuterEdgeRadiusConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterParabolicApexLocationConcave
Declaration
public double OuterParabolicApexLocationConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterParabolicCoefficientConcave
Declaration
public double OuterParabolicCoefficientConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterSphericalRadiusConcave
Declaration
public double OuterSphericalRadiusConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterTopremAngleConcave
Declaration
public double OuterTopremAngleConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterTopremLengthConcave
Declaration
public double OuterTopremLengthConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterTopremLetterConcave
Declaration
public TopremLetter OuterTopremLetterConcave { get; set; }
Property Value
ProtuberanceAtConcaveBlade
Declaration
public double ProtuberanceAtConcaveBlade { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceAtConvexBlade
Declaration
public double ProtuberanceAtConvexBlade { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Radius
Declaration
public virtual double Radius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods