Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss]

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss]


Chronological Thread 
  • From: Shuchu <>
  • To:
  • Subject: Re: [cgal-discuss]
  • Date: Wed, 14 Jan 2009 11:17:39 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Hei501/hK7AxHMeRcFHd5Uqkrw9i9fUaTdH/sVkyWexltrrl+YG3/BrkO7yRdiclq7 ecg9k0f0udYVGkNebkI2STN32beGyUAkNVLvIr1cEl48mC66BNiltvdQbSdfb7MewiCL Y0QApNovD4YqnEMiCoWzCnbG1koD0hyNx/cQM=

Hi, all

how to make the orientation of tets of a Triangulation_3 object correctly?

Recently, I am working on the jobs of subdividing a Tetrahedral mesh.
The CGAL::Triangulation_3 is used.
each tet is subdivided into 8 new tets, by adding 6 points (mid points
of each edge ). I don't operate on the orignal mesh but store those new
tets into a new Triangulation_3 object. Also i removed the repeat points.

however, the new created Triangulation_3 object always not valid for
CGAL, as tested by "Triangulation_3.is_valid(true)".
the error infomation is about:
"
> pb orientation with neighbour 1
>invalid cell
>invalid data structure
"
I understand that the orientation of each cell in Triangualtion_3 is
very important, Is there anyone can give me some hints about how to make
my Triangulation_3 objet is valid?


best regards
shuchu





Archive powered by MHonArc 2.6.16.

Top of Page