Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Adding triangles to a polyhedron

Subject: CGAL users discussion list

List archive

[cgal-discuss] Adding triangles to a polyhedron


Chronological Thread 
  • From: sgdimitris <>
  • To:
  • Subject: [cgal-discuss] Adding triangles to a polyhedron
  • Date: Sat, 28 Apr 2012 06:12:43 -0700 (PDT)

Hello to all users!
I have a very simple question for most of you!
I have a Polyhedron_3, let's say the name of the polyhedron is tmpPoly, and
a vector of triangles.

//
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Polyhedron_3<K>
Polyhedron_3;
typedef K::Triangle_3
Triangle_3;

Polyhedron_3 tmpPoly;
std::vector<Triangle_3> IntersectPolyVect
//

I want to add these triangles to the polyhedron, or to say it different to
create the polyhedron from these triangles. How can I do it?

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Adding-triangles-to-a-polyhedron-tp4594723p4594723.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page