Class CylindricalGearPlungeShaver
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearPlungeShaver
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 CylindricalGearPlungeShaver : CylindricalGearShaver, IEquatable<APIBase>
Properties
FaceWidth
Measurement: ShortLength
Declaration
public override double FaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System. |
Overrides
HasTolerances
Declaration
public override bool HasTolerances { get; set; }
Property Value
Type | Description |
---|---|
System. |
Overrides
LeftFlankMicroGeometry
Declaration
public CylindricalGearSpecifiedMicroGeometry LeftFlankMicroGeometry { get; }
Property Value
Type | Description |
---|---|
Cylindrical |
MicroGeometry
Declaration
public ReadOnlyCollection<CylindricalGearSpecifiedMicroGeometry> MicroGeometry { get; }
Property Value
Type | Description |
---|---|
System. |
RightFlankMicroGeometry
Declaration
public CylindricalGearSpecifiedMicroGeometry RightFlankMicroGeometry { get; }
Property Value
Type | Description |
---|---|
Cylindrical |
Implements
System.IEquatable<T>