Table of Contents

Interface IAptBased

Namespace
Hi.Milling.Apts
Assembly
HiCbtr.dll

Interface for APT-based objects.

public interface IAptBased : IGetGeneralApt, IAbstractNote, IGetDiameter, IGetFluteHeight, IExpandToBox3d, IMakeXmlSource, IDuplicate
Inherited Members
Extension Methods

Properties

Diameter_mm

Diameter in mm.

double Diameter_mm { get; set; }

Property Value

double

FluteHeight_mm

Height of flute.

double FluteHeight_mm { get; set; }

Property Value

double

Methods

ClearCache()

Clears the internal cache.

void ClearCache()