Mael

Results 55 comments of Mael

Fixed by https://github.com/CGAL/cgal/pull/6629.

> @Supranaturaler Hi, I would like to know when this issue can be fixed or how can I avoid this. Sorry for the delay. I can reproduce this with 5.2...

[Here](https://github.com/CGAL/cgal/blob/master/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Offset_meshing_plugin.cpp#L262) is the code for the offset plugin of the demo. 3D alpha wrapping by default wraps from outside. You can also wrap from inside if you set up seeds,...

The seed point tags the region you want to carve: if you put the point outside, it'll carve outside, if you put it inside, it'll carve inside.

As documented, the offset parameter must be (strictly) positive. Also, since you are interested in the inward offset, you should use a seed within the armadillo, for example `-6.656980991, 25.0099659,...

We have another potential improvement in the pipeline, and I would rather keep it all in the same branch.

IIRC you need to have your CGAL membership public on github for it to work, which isn't the case for @JulyCode (to be modified in one's settings). It likely should...