Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Finite Element Analysis

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Finite Element Analysis


Chronological Thread 
  • From: Qianqian Fang <>
  • To:
  • Cc: "Sebastien Loriot (GeometryFactory)" <>
  • Subject: Re: [cgal-discuss] Finite Element Analysis
  • Date: Mon, 21 Mar 2011 13:33:26 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=JbboRLL9hS55k2PJkU772HXa+RhiiqXdfLTF+yv0MmVrRaKbx4NouY+tawjJGUHPAd kqnfR3FqYiN6WGknzOetdwLM2W0zzQCDEQlz+jNgItyE5hD9wn5jX2H8KKJR8zy0x8pC snAPoSn3hMQMTIyJyZ6i65xnAg1yQ46FK2ylE=

On 03/21/2011 10:47 AM, Sebastien Loriot (GeometryFactory) wrote:
http://nmr.mgh.harvard.edu/~fangq/temp/post_extract.off

Your off file contains triangles that are not consistently oriented
to describe a polyhedron. You need to reorient triangles.

If you use the Polyhedron demo of CGAL, do:
"Operations -> Orient polygon soup"
To produce a 3D mesh you can then do:
Save in back to an off file and reload it.
Then do:
"Operation -> Create a tetrahedral mesh"
or directly use your code.

I used JMeshLib (http://jmeshlib.sourceforge.net/) to reorient
all triangles, but the output surface mesh still crashed the
polyhedral mesher. The surface meshes before and after
the reorientation can be found here

http://nmr.mgh.harvard.edu/~fangq/temp/pre_cgalpoly.off
http://nmr.mgh.harvard.edu/~fangq/temp/pre_cgalpoly_reorder.off

any more comments?

thanks

Qianqian



Archive powered by MHonArc 2.6.16.

Top of Page