Class CylindricalGearFormGrindingWheel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearFormGrindingWheel
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 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>