Class CylindricalGearShaver
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearShaver
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearShaver : InvoluteCutterDesign, IEquatable<APIBase>
Properties
BaseDiameter
Measurement: ShortLength
Declaration
public double BaseDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
FaceWidth
Measurement: ShortLength
Declaration
public virtual double FaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HasTolerances
Declaration
public override bool HasTolerances { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
NormalTipThickness
Measurement: ShortLength
Declaration
public double NormalTipThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootFormDiameter
Measurement: ShortLength
Declaration
public Overridable<double> RootFormDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
TipDiameter
Measurement: ShortLength
Declaration
public double TipDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>