Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Mesh generation question

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Mesh generation question


Chronological Thread 
  • From: Ram <>
  • To:
  • Subject: [cgal-discuss] Re: Mesh generation question
  • Date: Thu, 26 Jan 2012 09:43:31 -0800 (PST)


Hi Laurent,

Here is the relevant code:

// Mesh refinement
CGAL::refine_mesh_3(c3t3, domain, new_criteria);

// Output
std::ofstream medit_file("out.mesh");
c3t3.output_to_medit(medit_file);

Then i render it using medit, and medit shows me (Right click -> Render
mode -> Shading)

http://cgal-discuss.949826.n4.nabble.com/file/n4331141/Capture.jpg

My rendering, which i posted has similar problems. Lets first fix the
output_to_medit function (unless I'm doing something wrong), then I can see
if my code needs fixing?

Thanks,
--Ram



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-generation-question-tp4300233p4331141.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page