Skip to content

Introduce z clipping of Polyhedron

Ludwig Jaeck requested to merge zclipping into main

Each method has its own commit, symmetry gets enabled in the last commit.

The idea behind the current implementation of z_clip is merge all faces below the clip plane into the edges on the clip plane by dissolving their edges onto the plane, if there is not any edge left which can be dissolved: merge the left over faces.

For each necessary Euler operation do:

  1. Poll geometric structures (e.g edges, faces) with specific properties from the polyhedron as long such are available.
  2. Do the operation on it.
Edited by Ludwig Jaeck

Merge request reports