-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] CGAL 3D conforming constrained Delaunay triangulation #8186
base: master
Are you sure you want to change the base?
Conversation
That option allows to use, or not, the previous implementation of the cavity construction, to compare.
That makes `1435440-min2.off` pass.
If the output iterator is a function-output-iterator, then the cell is already correctly constructed. Also, rename `fit` to `cit`
That throws an assertion, instead of calling `abort()`.
There was a hole in the cavity: the set of intersecting cells was not simply connected. There was a sliver, in the interior of the cavity, that was not intersecting the region.
In the overnight documentation build for the 1.9.6 version I saw:
it might be that adding the following
will solve this for the 1.9.6 (and 1.8.13) version. |
In which file? |
Documentation/doc/resources/1.9.6/BaseDoxyfile.in and Documentation/doc/resources/1.8.13/BaseDoxyfile.in or alternatively in the Doxyfile.in of this project |
At least for VC++, this |
I already fixed doxygen |
This reverts commit af1d9f5.
Warning
|
Warning
|
Tests failing in 6.1-Ic-88 |
The problem is described by Cohen-Steiner et al~\cgalCite{cgal:cohen2002conforming}, | ||
and by Si~\cgalCite{cgal:si2008cdt3}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though WIP
- the
~
is a LaTeX sign for a space, I think it is better to use
here.
|
||
\section CT_3examples Examples | ||
In 3D, constrained triangulations do not always exist. It can be shown using the | ||
example of the Sch�nhardt polyhedra, that requires the addition of Steiner points |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure whether Sch�nhardt
is an artifact of GitHub or some strange sign (probably an ö is meant so use ö)
Summary of Changes
This submission contributes 3D Constrained Delaunay triangulations to CGAL.
TODO list
Release Management
Affected package(s): new package, with a few modified packages (TBD...)
Feature/Small Feature (if any): Features/3D Constrained Delaunay triangulations
Link to compiled documentation: ref manual (wip), package overview (wip), missing user manual
License and copyright ownership: GPLv3+, owned by GeometryFactory