Class CylindricalGearFormGrindingWheel
Inheritance
System.Object
CylindricalGearFormGrindingWheel
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CylindricalGearFormGrindingWheel : CylindricalGearRealCutterDesign, IEquatable<APIBase>
Properties
HasTolerances
Declaration
public override bool HasTolerances { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Radius
Measurement: ShortLength
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RightHandCuttingEdgeShape
Declaration
public Vector2DListAccessor RightHandCuttingEdgeShape { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
Implements
System.IEquatable<T>