Daniel Cumberbatch

Results 15 comments of Daniel Cumberbatch

Sorry @strk, my mistake. I meant to place that comment in the causing ticket #96 to add unit tests.

We're getting two 3-cells being passed into the Volume_import_modifier. The modifier then is iterating over all 3-cells passed into it and collecting primitives associated with them in order to construct...

The result is a GC with incomplete faces. This indicates that the resulting solids are Polyhedra that consist of contributions from more than a single 3-cell. Clearly when the points...

Actually I was wrong, in the previous attempt I had only considered the first output Polyhedron. When considering both, the correct MultiSolid is created. This raises a disturbing quality of...

Added PR https://github.com/Oslandia/SFCGAL/pull/220 containing a fix for this issue.