Subject: CGAL users discussion list
List archive
- From: Alexandre Severino <>
- To:
- Subject: Re: [cgal-discuss] 3d mesh outwards offsetting
- Date: Tue, 24 Sep 2019 15:20:56 -0300
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:q1c3bRz59VNngcvXCy+O+j09IxM/srCxBDY+r6Qd2usQIJqq85mqBkHD//Il1AaPAdyArakcwLOM6ujJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglVijexe71/IAm5oQnMqMUanJZpJ7osxBfOvnZGYfldy3lyJVKUkRb858Ow84Bm/i9Npf8v9NNOXLvjcaggQrNWEDopM2Yu5M32rhbDVheA5mEdUmoNjBVFBRXO4QzgUZfwtiv6sfd92DWfMMbrQ704RSiu4qF2QxLulSwJNSM28HvPh8N/gqJUohKvqRJ8zYDJfo+aKOFzcbnBcd4AX2dNQtpdWi5HD4ihb4UPFe0BPeNAooTho1sBsxS/ChOqBOzy0D9HmGL907Ak3OQ/Dw7Gxg0gH9QJsH/Jq9j6LqMSXv66zabSyzXMculW1inn5IfSaBwhuu+DXaxufsrLyEkvEQTFg06fqYzgJTyV1+ANv3KH4OpnUOKikmgqoBx/rDiow8cjkIjJhoQNx1DC7yp22506JdmmR0JhfdGkF55QuzmbN4twWMMiQntntDw0yr0coZK7cykKyIgnxx7CcPOLaZSH4hXmVOuXPDx2h2pldaqhixqu9UWs0O7xW8mu3FpUsCZJj8PAu38O2hHV98OJUOFy/l271jaKzw3T6v9LIUQzlafDLp4u2L8wlp4KvUXNBC/6hVz6jKGZe0gn4OSo5OPnYrLppp+YKYB4kB3xMqMrmsCnAOQ4NBYBX3SD9OiiyLHu+Vf1TbZKg/EsjKXVro3WKd4Uq6O6GwNV15ws6xe7DzeoytQYmnwHIUpfdxKDkYfoNEvBIPblAvelnVugii1ky+rdPrL/HJXCMGLDkLbnfbZ68ENcxw8zwspe55JQEL0OPPXzWkrpuNzCEhA5KxC0w/rgCNhlyoweVniAAquAPKzPsF+I/f4gI/SXZI8Oozv9MPgk5/v2jXAjg1MdfK+p3YEWaH+iBPhmLV+ZMjLRhMwcGzIKohYmV76tz0aTVCZaIXe0RaM1oD8hT5m3CJ/KAYGrjrvG1yiyGthaZ3tNF0uXQkvvIo6LUvNJZCOJKdJ6iRQFU6KgQskvz0KArgj/npNjI/rd/CECuNrY2cZ4/ezVkllm/Dh5H82b33uACWgyhW4WSiU32qdXrkl0y1PF2q991a8LXedP7u9EB19pfaXXyPZ3XoirBlDxO+yRQVPjee2IRCkrR4tokdALakd5Xd6li0Kbhnv4M/ouj7WOQacM3OfZ1nn1Kdx6zi+fhqYkhlgiBMBIMD//3/Mtx03oH4fM1n6hueOqeKAbhnOf8W6CyS+RphgdXlIgF6rCWn8baw3dqtGrvk4=
Just to complement:
My input is a water-tight 120,000 vertices mesh.
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. SeverinoSystems Developer and Analyst+55 11 99994-9148Si quieres cambio verdadero, pues camina distinto!
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.