Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Triangular mesh offsetting

Subject: CGAL users discussion list

List archive

[cgal-discuss] Triangular mesh offsetting


Chronological Thread 
  • From: "Santosh Tiwari" <>
  • To:
  • Subject: [cgal-discuss] Triangular mesh offsetting
  • Date: Thu, 26 Jun 2008 09:29:09 -0400 (EDT)
  • Importance: Normal


Can I use CGAL to perform triangular mesh offsetting?

If not, can anyone suggest any other library/source-code that I can use to
perform the offset operation.

I want to create an envelope around triangulated geometry with a specified
clearance.

I can write the code to offset the vertices by using normals computed from
the facets. But, it would create many intersections in the mesh.

I found two papers that deal with triangular mesh offsetting, but couldn't
find the code. Here are the papers.

Offset Triangular Mesh Using the Multiple Normal Vectors of a Vertex
http://www.cadanda.com/V1Nos1to4_33.pdf

Self-intersection Removal in Triangular Mesh Offsetting
http://www.cadanda.com/V1Nos1to4_54.pdf

Can anyone suggest me any resource that I can use to offset a triangular
mesh?

Thanks.




Archive powered by MHonArc 2.6.16.

Top of Page