Table of Contents

Interface IAptAlpha

Namespace
Hi.Milling.Apts
Assembly
HiCbtr.dll

Interface for APT objects with alpha angle.

public interface IAptAlpha
Extension Methods

Properties

Alpha_deg

Alpha_rad in degree.

double Alpha_deg { get; set; }

Property Value

double

Alpha_rad

The angle between horizontal plane and the cone surface of the cutter tip. The angle is downside the cutter round (if exists). If the cutter is cylindrical mill, the angle is 0. The unit is radian.

double Alpha_rad { get; set; }

Property Value

double