Skip to content
Snippets Groups Projects
  1. Aug 07, 2018
    • Mark OLESEN's avatar
      ENH: make indices for boundBox::add() a templated parameter · 822acaf6
      Mark OLESEN authored
      - allows use with any container with begin(), end() and where the
        "*iterator" dereference returns a label, which is used for indexing
        into the list of points.
        This container could be labelUList, bitSet, labelHashSet, etc
      822acaf6
    • Mark OLESEN's avatar
      ENH: new cuttingPlane cutting scheme · 7bb68b4d
      Mark OLESEN authored
      - takes a direct approach of determining which cells are cut and walks
        the cell faces directly to build the resulting surface.
      
      - better handling of corner cases.
        * Avoids redundant points when the cut passes exactly through a
          mesh point.
        * Supresses generation of duplicates faces when the plane cut
          coincides exactly with a mesh face.
      
      - for severely concave cells where the plane cuts a face multiple times
        there is currently no remedial action taken, except to note the
        failure and unwind the insertion of the corresponding points and
        faces.
      7bb68b4d
  2. Aug 06, 2018
  3. Aug 07, 2018
  4. Aug 06, 2018
  5. Aug 03, 2018
  6. Aug 02, 2018
  7. Aug 01, 2018
  8. Jul 27, 2018
  9. Aug 02, 2018
  10. Aug 01, 2018
  11. Jul 31, 2018
  12. Jul 30, 2018