Table of Contents

Interface IFeedPerToothOptLimit

Namespace
Hi.NcOpt
Assembly
HiMech.dll

Interface for feed-per-tooth optimization limits. Defines methods to get minimum and maximum feed per tooth values. Implements IMakeXmlSource for XML serialization and IDuplicate for object duplication.

public interface IFeedPerToothOptLimit : IMakeXmlSource, IDuplicate
Inherited Members
Extension Methods

Methods

GetMaxFeedPerTooth_mm()

Gets the maximum feed per tooth value in millimeters.

double GetMaxFeedPerTooth_mm()

Returns

double

The maximum feed per tooth value in millimeters.

GetMinFeedPerTooth_mm()

Gets the minimum feed per tooth value in millimeters.

double GetMinFeedPerTooth_mm()

Returns

double

The minimum feed per tooth value in millimeters.