Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh utility

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh utility


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Mesh utility
  • Date: Thu, 03 Mar 2016 14:14:40 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:ozt+WxafRlXQo/HRdDZJ0Rj/LSx+4OfEezUN459isYplN5qZpcq+bnLW6fgltlLVR4KTs6sC0LqJ9f+8EjBaqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLsh7/0pMGYP18ArQH+SI0xBS3+lR/WuMgSjNkqAYcK4TyNnEF1ff9Lz3hjP1OZkkW0zM6x+Jl+73YY4Kp5pIYTGZn9Kq83RLgdADU9OH0u/+XqswPCRE2B/CgySGITx1BzDgLM9w37U5G5lizgt+1hkGm1MMrzQKwuSBqr5LtsUg6pwm9TLDo+6mDQlop1iIpUpRugo1p0xIuCM9LdD+Z3Yq6IJYBSfmFGRMsEDyE=
  • Organization: GeometryFactory

There are several package you can use but none of them will solve
the problem out of the box, you'll need to code a few things.

Some packages than might be worth look at:

http://doc.cgal.org/latest/Kernel_23/classCGAL_1_1Exact__predicates__inexact__constructions__kernel.html (kernel providing exact predicates)
http://doc.cgal.org/latest/Kernel_23/group__collinear__grp.html#Index_anchor_415
http://doc.cgal.org/latest/Polygon_mesh_processing/
http://doc.cgal.org/latest/Periodic_2_triangulation_2/ (to detect points close to each other)

Sebastien.

On 03/03/2016 01:01 PM, elect wrote:
Hi guys,

I'd need a mesh tool that allows me:

to generate indices from a given triangle list
cleaning any incomplete, degenerate or multiple triangle/vertices
optimize the mesh reducing the triangle number by merging close vertices

Does Cgal include all of these?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-utility-tp4661671.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page