Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Issue 200 fix intersection #220

Closed

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    d518c06 View commit details
    Browse the repository at this point in the history
  2. Issue Oslandia#200: Process individual darts using Volume_import_modi…

    …fier when building intersection polyhedra.
    
    * When recovering the vertices pertaining to each Polyhedra
      component of the desired intersection volume, we now
      process each 3-cell deemed relevant to the intersection result
      individually rather than collectively, since they may pertain
      to disjoint volumes. These volumes are now combined downstream
      as separate primitives, preserving the disjoint nature of the
      components of the result if they are indeed disjoint. This
      scenario is that particularly relevant to Issue Oslandia#200 where the
      intersection result consists of two disjoint volumes, yielding
      a MultiSolid intersection result.
    danielcu888 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    7d7e29e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    052c04b View commit details
    Browse the repository at this point in the history
  4. Issue Oslandia#200: Moved new unit test to regression test suite; Add…

    …ed verification of result.
    danielcu888 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a8509ae View commit details
    Browse the repository at this point in the history