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: Wed, 18 Jan 2012 12:06:30 -0800 (PST)

Another problem I see is this: When I use:

// Mesh criteria (no cell_size set)
Mesh_criteria criteria(facet_angle=30.0, facet_size=100.0,
cell_radius_edge=2);

on a cube polyhedron, I get the attached picture as output:

http://cgal-discuss.949826.n4.nabble.com/file/n4307908/Capture.JPG
Capture.JPG

Why are the triangles not respecting the 30 degree angle bound I put on
them? How can I fix this? (I want all my triangles to have angles say
greater than 10 degrees). Is that possible to do? With what mesh criterion?

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



Archive powered by MHonArc 2.6.16.

Top of Page