Class RackShape
Inheritance
System.Object
RackShape
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class RackShape : CutterShapeDefinition, IEquatable<APIBase>
Properties
ActualProtuberance
Declaration
public double ActualProtuberance { get; }
Property Value
| Type |
Description |
| System.Double |
|
Addendum
Declaration
public double Addendum { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double AddendumForm { get; }
Property Value
| Type |
Description |
| System.Double |
|
Dedendum
Declaration
public double Dedendum { get; }
Property Value
| Type |
Description |
| System.Double |
|
Design
Declaration
public CylindricalGearRackDesign Design { get; }
Property Value
EdgeHeight
Declaration
public virtual double EdgeHeight { get; }
Property Value
| Type |
Description |
| System.Double |
|
EdgeRadius
Declaration
public double EdgeRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
FlatRootWidth
Declaration
public double FlatRootWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
FlatTipWidth
Declaration
public double FlatTipWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
HasSemiToppingBlade
Declaration
public bool HasSemiToppingBlade { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
HobWholeDepth
Declaration
public double HobWholeDepth { get; }
Property Value
| Type |
Description |
| System.Double |
|
MainBladePressureAngleNearestHobRoot
Declaration
public double MainBladePressureAngleNearestHobRoot { get; }
Property Value
| Type |
Description |
| System.Double |
|
MainBladePressureAngleNearestHobTip
Declaration
public double MainBladePressureAngleNearestHobTip { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumEdgeRadius
Declaration
public double MaximumEdgeRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumProtuberanceBladePressureAngle
Declaration
public double MaximumProtuberanceBladePressureAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumProtuberanceBladePressureAngle
Declaration
public double MinimumProtuberanceBladePressureAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumProtuberanceHeight
Declaration
public double MinimumProtuberanceHeight { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalThickness
Declaration
public double NormalThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Protuberance
Declaration
public double Protuberance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceHeight
Declaration
public double ProtuberanceHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceLength
Declaration
public virtual double ProtuberanceLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberancePressureAngle
Declaration
public virtual double ProtuberancePressureAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceRelativeToMainBladePressureAngleNearestHobTip
Declaration
public double ProtuberanceRelativeToMainBladePressureAngleNearestHobTip { get; }
Property Value
| Type |
Description |
| System.Double |
|
SemiToppingHeight
Declaration
public double SemiToppingHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SemiToppingPressureAngle
Declaration
public double SemiToppingPressureAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SemiToppingStart
Declaration
public double SemiToppingStart { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods