Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Eroormessage of CSG cut

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Eroormessage of CSG cut


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Eroormessage of CSG cut
  • Date: Fri, 13 Mar 2020 11:31:53 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:8T+d/hzwesfPGUDXCy+O+j09IxM/srCxBDY+r6Qd0uISIJqq85mqBkHD//Il1AaPBtqLra8cw8Pt8IneGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2NBXupSi54jcWXxn+LgFoPf/dG4jIjs3x2frh1YfUZlACvze3aKhuLRiw5SHWrMgRncMiBas2zxbVuGpmcu9Kwnl5ZBjbyw344d2x+4Il9iB4tPco9soGWqL/KfdrBYdEBSgrZjhmrPbgsgPOGFPWuyksF14Omx8NODDrqRH3WpCr73n/v+t5nTafZIj4EexyVjOl4KNmDhTvjXVfbm9rwCTsksV1yZljjlekrh17zZTTZdjMZvV7d6LZO9gdQDgYB5oDZ2l6Goq5KrA3Ia8ZJ+8B9tvyolIPqV21Agz+XO4=

Self-intersections are an issue near the overlap region so
you probably did not have the problem because the operation
was far from the non-manifold edges. There is the named parameter
throw_on_self_intersection() that will let you know when there
is a problem.

Sebastien.

On 3/13/20 11:03 AM, J. Scheurich wrote:

Your inputs are now triangle surface meshes, good, but they are
strongly self-intersected. It is a documented pre-condition for
refinement that both input are not self-intersecting and are bounding
a volume.
And They must be 2-manifold. It means for example that you cannot
consider 2 cubes glued together into one mesh, you need to remove the
internal face so that an edge only has 2 faces attached to it. Here,
at several places in reduced1.off, there are sorts of internal panels
separating the volume. This is probably the problem that triggers your
current assertion.

Strange, a similar dataset was working in past in Ubuntu 18.04 LTS

https://www.pro-linux.de/artikel/2/image/1991/15549,bild-16-boolean-operationen.html
https://www.pro-linux.de/artikel/2/image/1991/15550,bild-17-boolean-operationen.html

so long
MUFTI




Archive powered by MHonArc 2.6.18.

Top of Page