Class CylindricalGearHobShape
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearHobShape
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 class CylindricalGearHobShape : RackShape, IEquatable<APIBase>
Properties
Design
Declaration
public CylindricalGearHobDesign Design { get; }
Property Value
Type | Description |
---|---|
CylindricalGearHobDesign |
EdgeHeight
Measurement: ShortLength
Declaration
public override double EdgeHeight { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
MaximumBladeControlDistance
Measurement: ShortLength
Declaration
public double MaximumBladeControlDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumTipControlDistanceForZeroProtuberance
Measurement: ShortLength
Declaration
public double MaximumTipControlDistanceForZeroProtuberance { get; }
Property Value
Type | Description |
---|---|
System.Double |
ProtuberanceLength
Measurement: ShortLength
Declaration
public override double ProtuberanceLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
ProtuberancePressureAngle
This is the angle of the protuberance from the vertical.
Measurement: Angle
Declaration
public override double ProtuberancePressureAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>