Subject: CGAL users discussion list
List archive
- From: Alexandre Severino <>
- To:
- Subject: Re: [cgal-discuss] 3d mesh outwards offsetting
- Date: Tue, 24 Sep 2019 14:41:51 -0300
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:GqcoOh9XCRCr8f9uRHKM819IXTAuvvDOBiVQ1KB20uwcTK2v8tzYMVDF4r011RmVBN6dsKoP0rON+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxhGiTanb75+MBq6oRjMusQYnIBvNrs/xhzVr3VSZu9Y33loJVWdnxb94se/4ptu+DlOtvwi6sBNT7z0c7w3QrJEAjsmNXs15NDwuhnYUQSP/HocXX4InRdOHgPI8Qv1Xpb1siv9q+p9xCyXNtD4QLwoRTiv6bpgRRn1gykFKjE56nnahcN+jK1ZoByvqR9xzZPKbo6JL/dxZL/RcMkASGZdQspcVSpMCZ68YYsVCOoBOP5VopX5p1QQohqxHw+sC/71yjBWm3T4wLM10/o/HgHc3QwgGdUOu2nTodrvMKcdT++0w7POzTredfNZxy3x55LSfhA6v/6MQ6x/cdDQyUkpEAPIlVqQqYn/MDOU0uQBqXSU7+1lVe+2jWMstg9/oj+qxsg2i4nJgJoYylbe+ipi24k1IcO3RFRnbt6jFZtcryCaN41sQsMjWW5koig6yqcetZ60fSgK1JQnxwPEZPCdb4eI5RfjWeCMKjl7nHJoYKyziwq2/ES6yeDxVtO43EhUoiZYiNXBtmwB2hrO4cadUPR95F2u2TOX2gDT9O5EJUc0mLLeK5E7w74wkoMfsErZHiPrgUn2gq+belk+9uin7OTnZbrmppuCOINulg7+NaEultS+AeQ+LAcOQ3CW9fqg2LDn50H0Q7VHguconqXHrZzWP8QWqrKhDw9QyIkj6hK/Dzm80NQfmHkKNEhKeBaZgInmIV7OJu33De2hjFi2ijhn3evGMaP/AprTNHjDkbHhfbFm5k5TzQo819Ff55ZOBr4dJ/LzX1f9tMbEAR8hLwy03+HnBc1h2YMRQ22PBraVP77TsV+T+u0vPvKMZJQOtTbmK/kl4ubugmUjlV8ce6mpx5oXZ2qiEvRoOUXKKUfqmcoLRGcWohIlHqutk0yHSTcVZnCoXqt66Ct8E5OjFY6ER4ajh/uK0y6/W5FXfWtbEUvfLXC9fIqNX7IAaTmZP9R6uj0CT7moDYE7hj+0swqv4r5qPuPS9jcV/anuytVv5uvU3UU78TFkBsKRyWzLRidvk30FXT4w24hwpEV8zhGI1q0u0K8QLsBa+/4cClRyDpXb1eEvU4muCDKERc+ATROdevvjGSs4F4tjzNoHYkI7ENKn3EiagniaRoQNnrnOP6Qat6LR23+repR4wnfCkbY71hwoH5MJOmqhiapysQPUAtyRyhTLp+ORba0ZmRX12iKGxGuKsltfVVcpA6rAVHEbIEDRqIag6w==
I have tried that plugin.
Problem is it takes over 2 minutes in Release in order to at least maintain the vertices resolution (I don't care about feature loss).
What am I missing?
There is a plugin in the Polyhedron demo that allows you to mesh the
offset surface of a given input mesh. The quality of the result depends
on the input criteria. It will generate a non-self-intersecting surface
but sharp feature that should be in the output mesh will not be present.
It handle positive and negative offsets.
The code of the plugin is here:
https://github.com/CGAL/cgal/blob/master/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Offset_meshing_plugin.cpp
Sebastien.
On 9/12/19 2:20 PM, aseverino wrote:
> Hello. I've been playing around with CGAL for just over a year now and
> recently I came across the need of creating an offset of a Surface_mesh.
> Couldn't find anything conclusive in the CGAL documentation.
>
> My problem is simple. My only concern is the concave vertices that shall not
> self-intersect. Sharp features being rounded or even entirely lost is
> actually a desired result, but not required.
>
> Any thoughts?
>
>
>
> --
> Sent from: http://cgal-discuss.949826.n4.nabble.com/
>
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
Alexandre A. Severino
Systems Developer and Analyst
+55 11 99994-9148
Si quieres cambio verdadero, pues camina distinto!
- [cgal-discuss] 3d mesh outwards offsetting, aseverino, 09/12/2019
- Re: [cgal-discuss] 3d mesh outwards offsetting, Sebastien Loriot (GeometryFactory), 09/20/2019
- Re: [cgal-discuss] 3d mesh outwards offsetting, Alexandre Severino, 09/24/2019
- Re: [cgal-discuss] 3d mesh outwards offsetting, Alexandre Severino, 09/24/2019
- Re: [cgal-discuss] 3d mesh outwards offsetting, Alexandre Severino, 09/24/2019
- Re: [cgal-discuss] 3d mesh outwards offsetting, Sebastien Loriot (GeometryFactory), 09/25/2019
- Re: [cgal-discuss] 3d mesh outwards offsetting, Alexandre Severino, 09/24/2019
- Re: [cgal-discuss] 3d mesh outwards offsetting, Alexandre Severino, 09/24/2019
- Re: [cgal-discuss] 3d mesh outwards offsetting, Sebastien Loriot (GeometryFactory), 09/20/2019
Archive powered by MHonArc 2.6.18.