Class CylindricalGearPlungeShaver
Inheritance
System.Object
CylindricalGearPlungeShaver
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearPlungeShaver : CylindricalGearShaver, IEquatable<APIBase>
Properties
FaceWidth
Declaration
public override double FaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
HasTolerances
Declaration
public override bool HasTolerances { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
LeftFlankMicroGeometry
Declaration
public CylindricalGearSpecifiedMicroGeometry LeftFlankMicroGeometry { get; }
Property Value
MicroGeometry
Declaration
public ReadOnlyCollection<CylindricalGearSpecifiedMicroGeometry> MicroGeometry { get; }
Property Value
RightFlankMicroGeometry
Declaration
public CylindricalGearSpecifiedMicroGeometry RightFlankMicroGeometry { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods