-
I'm trying to use `CGAL_Mesh_2.refine_Delaunay_mesh_2` function to generate mesh for my domain. When I try to pass in a list of `Point_2` objects as the second argument, I get the following error:
``…
-
This glitch comes from the fact that the delaunay triangulation does not care if the generated triangle is actually completely inside the letter or not.
It has to be solved with **constrained Delau…
-
This repository contains modified code from [CDT library](https://github.com/artem-ogre/CDT) in [internal/cdt](https://github.com/cutdigital/mcut/tree/master/include/mcut/internal/cdt).
CDT is distri…
-
Linux-valgrind-debug build sometimes exceed maximum running time.
- [ ] split test suite into smaller jobs
-
Is it possible to get both the sign of a predicate, and the value? e.g. for
$$
\text{orient}(u, v, w) = \det \begin{bmatrix} u_1-w_1 & u_2-w_2 \\ v_1-w_1 & v_2-w_2 \end{bmatrix},
$$
is it pos…
-
_Please use the following template to help us solving your issue._
This is a continuation for issue #7387 .
To sum up, I need to generate 3D mesh of a tunnel (tunnel.off) as well as its bounding …
-
See `DATA/PR1`
Example:
```lua
S=scene_graph.create_object({classname='OGF::Mesh',name='S'})
S.I.Shapes.create_icosahedron()
S.I.Shapes.create_sphere()
S.I.Experiment.intersect_surface…
-
I'm working on converting my program from Triangle to Delabella. I've run into a few issues -- some are proving tough to isolate. As I am able to capture the cases, I will post them here as issue re…
-
MeshSurfaceIntersection sometimes fails to classify internal shells.
Examples: in the "Monsters" category of Thingi10K
- calabiyau
- cube
- dragonfly wings
-
## Bug Description
The attached mesh input file runs without errors in `opt` and (appears) to generate a valid exodus file which can be viewed in Paraview, but when running in `devel` mode assertio…