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. By the principle of conservation, if the value is different from the NcOptOption.MaxFeedPerTooth_mm, The smaller value will be applied in the optimization process.

double GetMaxFeedPerTooth_mm()

Returns

double

The maximum feed per tooth value in millimeters.

GetMinFeedPerTooth_mm()

Gets the minimum feed per tooth value in millimeters. By the principle of conservation, if the value is different from the NcOptOption.MinFeedPerTooth_mm, The larger value will be applied in the optimization process.

double GetMinFeedPerTooth_mm()

Returns

double

The minimum feed per tooth value in millimeters.