Enum NcOptimizationEmbeddedLogMode
Embedded log mode for NC optimization.
public enum NcOptimizationEmbeddedLogMode
- Extension Methods
Fields
FullLog = 2All the lines are added the log of StepIndex and LineNo.
None = 0No embedded logging.
SimpleLog = 1Only the re-interpolated lines are added the log of StepIndex. The last re-interpolated line from each original line are added the log of LineNo.