Class CylindricalGearShaperTangible
Inheritance
System.Object
CylindricalGearShaperTangible
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearShaperTangible : CutterShapeDefinition, IEquatable<APIBase>
Properties
ActualProtuberance
Declaration
public double ActualProtuberance { get; }
Property Value
| Type |
Description |
| System.Double |
|
BaseDiameter
Declaration
public double BaseDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Design
Declaration
public CylindricalGearShaper Design { get; }
Property Value
EdgeRadius
Declaration
public double EdgeRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
HelixAngle
Declaration
public double HelixAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumBladeControlDistance
Declaration
public double MaximumBladeControlDistance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumProtuberance
Declaration
public double MaximumProtuberance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumProtuberanceHeightForSingleCircle
Declaration
public double MaximumProtuberanceHeightForSingleCircle { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumTipControlDistanceForZeroProtuberance
Declaration
public double MaximumTipControlDistanceForZeroProtuberance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumTipDiameterToAvoidPointedTeethNoProtuberance
Declaration
public double MaximumTipDiameterToAvoidPointedTeethNoProtuberance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumProtuberanceHavingPointedTeeth
Declaration
public double MinimumProtuberanceHavingPointedTeeth { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumProtuberanceHeightForSingleCircle
Declaration
public double MinimumProtuberanceHeightForSingleCircle { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalToothThickness
Declaration
public double NormalToothThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Protuberance
Declaration
public double Protuberance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceAngle
Declaration
public double ProtuberanceAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceHeight
Declaration
public double ProtuberanceHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RootDiameter
Declaration
public double RootDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SemiToppingDiameter
Declaration
public double SemiToppingDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
SemiToppingPressureAngle
Declaration
public double SemiToppingPressureAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SingleCircleMaximumEdgeRadius
Declaration
public double SingleCircleMaximumEdgeRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
TipDiameter
Declaration
public double TipDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TipThickness
Declaration
public double TipThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods