Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] [CGAL NOOB] Extract Cell from polyhedron_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] [CGAL NOOB] Extract Cell from polyhedron_3


Chronological Thread 
  • From: Mathieu Westphal <>
  • To:
  • Subject: [cgal-discuss] [CGAL NOOB] Extract Cell from polyhedron_3
  • Date: Tue, 04 Sep 2012 17:24:51 +0200

I have a polyhedron_3 (with only triangles in it ) and i want to create a vtkPolyData with it.

I can extract Points from the polyhedron without problem and inject them into the vtkPolyData

However i see no evident way to extract cells (facets in CGAL?)

vtkPolyData need for each cell, the id of constituing points.

Is there any way to find facets from one points? or points from one facet?



Archive powered by MHonArc 2.6.18.

Top of Page