Interface ICutterOptLimit
Interface for cutter optimization limits. Combines feed-per-tooth optimization capabilities with duplication and XML serialization support. Inherits from IMakeXmlSource, IFeedPerToothOptLimit, and IDuplicate.
public interface ICutterOptLimit : IFeedPerToothOptLimit, IMakeXmlSource, IDuplicate
- Inherited Members
- Extension Methods
Properties
EnableOpt
Gets or sets whether optimization is enabled for this cutter.
bool EnableOpt { get; set; }