Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Clear polyhedron_incremental_builder

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Clear polyhedron_incremental_builder


Chronological Thread 
  • From: QYInst <>
  • To:
  • Subject: Re: [cgal-discuss] Clear polyhedron_incremental_builder
  • Date: Mon, 17 Aug 2015 06:21:11 -0700 (PDT)

I have figured it out.
add
hds.clear();
before
CGAL::Polyhedron_incremental_builder_3<HDS> B( hds, true);
should work.

Thanks.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Clear-polyhedron-incremental-builder-tp4661076p4661077.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page