TlsBoredCut.CutMethod

TlsBoredCut

Indicates the method used to determine how cut instructions are determined.

type TBoredCutMethod = (cmBest, cmWaste);
property CutMethod: TBoredCutMethod;


Description
These are the possible values of CutMethod:

Value      Meaning



cmBest      Default. guarantees to return the best cuts available.
      This can take a very long time to determine. Every
      possibility will be attempted except where shortcuts
      are taken. Even though shortcuts are used, you are
      still guaranteed of the best solution.

cmWaste   Works with property OKWaste to allow the
      user to specify an acceptable amount of waste for each
      board. When TlsBoardCut finds a cut within the acceptable
      waste value, it will stop this cut attempt and enter the
      cut into the instruction list. This will likely save time.