Andreas Fabri

Results 93 issues of Andreas Fabri

## Summary of Changes Fix 'N' in this [testsuite](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.6-Ic-74/Number_types/TestReport_Christo_MSVC-2019-Community-Release.gz) Note that the bug is in the testsuite code, and not in CGAL itself. ## Release Management * Affected package(s): Number_types

bug
Ready to be tested
Pkg::Number_types
Under Testing

## Summary of Changes We add a function that trims a triangle mesh at a given polyline that is close to the surface. The current implementation projects the points and...

not yet approved
small feature
Pkg::PMP

In an older version of TBB we encounter the error message ``` C:\dev\tbb2019_20191006oss_win\tbb2019_20191006oss\include\tbb/concurrent_map.h(24,1): fatal error C1189: #error: Set TBB_PREVIEW_CONCURRENT_ORDERED_CONTAINERS to include concurrent_map.h ``` Is it safe to assume that we...

## Summary of Changes Accelerate comparison with zero ## Release Management * Affected package(s): Number_types * License and copyright ownership: unchanged

Under discussion
Ready to be tested
Pkg::Number_types
Speed

## Summary of Changes While the Polyhedron demo can read `*.nii` files there is no example in `examples/Mesh_3/`. This PR adds the functionality to the example that uses vtk to...

Pkg::Mesh_3
TODO

## Summary of Changes As reported in #7868 the function `CGAL::IO::write_PLY()` used in binary mode does not correctly write the coordinates if the points are from a kernel with exact...

Not yet approved
TODO
Pkg::Stream_support

## Summary of Changes Fix issue #7400 ## Release Management * Affected package(s): Triangulation_2, Triangulation_3, STL_extension * Issue(s) solved (if any): fix #7400 * License and copyright ownership: unchanged

Bug
Pkg::Triangulation_3
Pkg::Triangulation_2
Tests failing
Pkg::STL_Extension
rm only: release blocker

## Issue Details tbd ## Source Code _If your issue arises by using CGAL in your own source code, please provide a minimalist example that we can compile easily to...

Bug
Pkg::Bounding_volumes

## Issue Details I am wondering what we can do on the missing links for `CGAL::is_closed(tm)` [here](https://doc.cgal.org/latest/Polygon_mesh_processing/group__PMP__orientation__grp.html#gabdb85ef9ccc1a4da632f1a697c6d5163). Is this because we are in the subnamespace `CGAL::Polygon_mesh_processing`? Is the `tm` the...

Doc bug

Hello, You have opted for the LGPL, but I think you should make clear that as you wrap CGAL where most parts are under the GPL, the combination of scikit/CGAL...