Subject: CGAL users discussion list
List archive
- From: Laurent Rineau <>
- To:
- Subject: Re: [cgal-discuss] 3D surface mesh generation
- Date: Tue, 24 Jun 2008 15:53:12 +0200
On Tuesday 24 June 2008 15:02:56 Hui Ding wrote:
> Thank you! and also in this case(all the facets are triangles), i need to
> know the every three vertices on the same facet which is on the surface,
> but I didnt find the direct way to do it, do you have an idea?
If you have a FaceĀ f (from a 3D triangulation), the three corresponding
Vertex_handle are:
f.first->vertex((f.second+1)&3)
f.first->vertex((f.second+2)&3)
f.first->vertex((f.second+3)&3)
if you have a Vertex_handle vh, the corresponding point is:
vh->point()
--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/
- [cgal-discuss] Thinning a polygon / inner polygon offsetting, ajaenicke, 06/23/2008
- Re: [cgal-discuss] Thinning a polygon / inner polygon offsetting, Andreas Fabri, 06/24/2008
- Re: [cgal-discuss] Thinning a polygon / inner polygon offsetting, Wolfgang Aigner, 06/24/2008
- [cgal-discuss] 3D surface mesh generation, Hui Ding, 06/24/2008
- Re: [cgal-discuss] 3D surface mesh generation, Laurent Rineau, 06/24/2008
- RE: [cgal-discuss] 3D surface mesh generation, Hui Ding, 06/24/2008
- Re: [cgal-discuss] 3D surface mesh generation, Laurent Rineau, 06/24/2008
- RE: [cgal-discuss] 3D surface mesh generation, Hui Ding, 06/24/2008
- RE: [cgal-discuss] 3D surface mesh generation, Hui Ding, 06/24/2008
- Re: [cgal-discuss] 3D surface mesh generation, Laurent Rineau, 06/24/2008
- Re: [cgal-discuss] 3D surface mesh generation, Hui DING, 06/24/2008
- Re: [cgal-discuss] 3D surface mesh generation, Laurent Rineau, 06/24/2008
- RE: [cgal-discuss] 3D surface mesh generation, Hui Ding, 06/24/2008
- Re: [cgal-discuss] 3D surface mesh generation, Laurent Rineau, 06/24/2008
- [cgal-discuss] 3D surface mesh generation, Hui Ding, 06/24/2008
- Re: [cgal-discuss] Thinning a polygon / inner polygon offsetting, Wolfgang Aigner, 06/24/2008
- Re: [cgal-discuss] Thinning a polygon / inner polygon offsetting, Andreas Fabri, 06/24/2008
Archive powered by MHonArc 2.6.16.