Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D surface mesh refinement

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D surface mesh refinement


Chronological Thread 
  • From: "Santosh Tiwari" <>
  • To:
  • Subject: Re: [cgal-discuss] 3D surface mesh refinement
  • Date: Tue, 18 Mar 2008 04:01:37 -0400 (EDT)
  • Importance: Normal

Thanks.

I tried using the Subdivision method. But, it does not refine the surface
mesh. It performs subdivision and drastically changes the input geometry.

I am attaching a snapshot of what I want to do.

input.png is a snapshot of my input mesh.

output.png is a snapshot of the output mesh that I wish to generate.


> There's a more general surface subdivision package though.
> http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Subdivision_method_3/Chapter_main.html
>
> Nico Kruithof a écrit :
>> The subdivision algorithm is specific for triangulations of skin
>> surfaces and can not be used on general meshes.
>>
>> Bests,
>> Nico
>>
>> On Mon, 2008-03-17 at 16:32 -0400, Santosh Tiwari wrote:
>>> Can I use CGAL to refine a 3D surface mesh consisting of triangular
>>> facets?
>>>
>>> I am exploring Surface mesh generation and I found
>>>
>>> GAL::subdivide_skin_surface_mesh_3<SkinSurface_3, Polyhedron_3>
>>>
>>> which can take a SkinSurface and perform subdivision.
>>>
>>> How can I provide my own mesh (a connected set of triangles) and use
>>> CGAL
>>> to refine the mesh?
>>>
>>> Any pointers would be useful.
>>>
>>> Thanks,
>>> --
>>> Santosh Tiwari
>>> Fluor Daniel EIB 326
>>> Clemson University, Clemson, SC 29634
>>> http://www.clemson.edu/~stiwari/
>>
>
>
> --
> Sylvain Pion
> INRIA Sophia-Antipolis
> Geometrica Project-Team
> CGAL, http://cgal.org/
>
>


--
Santosh Tiwari
Fluor Daniel EIB 326
Clemson University, Clemson, SC 29634
http://www.clemson.edu/~stiwari/

Attachment: input.png
Description: PNG image

Attachment: output.png
Description: PNG image




Archive powered by MHonArc 2.6.16.

Top of Page