Skip to Content.
Sympa Menu

cgal-discuss - Cube parameterization

Subject: CGAL users discussion list

List archive

Cube parameterization


Chronological Thread 
  • From:
  • To:
  • Subject: Cube parameterization
  • Date: Thu, 26 Jul 2007 22:09:43 +0200

Hi everyone,

I am a new user of CGAL and I am trying to make use of the "Planar
Parameterization of Triangulated Surface Meshes" sub-package for my work. I
am trying to parameterize a simple cube described by the following OFF file:
OFF
8 10 0
-1.0 1.0 1.0
1.0 1.0 1.0
1.0 1.0 -1.0
-1.0 1.0 -1.0
-1.0 -1.0 1.0
1.0 -1.0 1.0
1.0 -1.0 -1.0
-1.0 -1.0 -1.0
3 5 6 1
3 2 1 6
3 0 3 4
3 7 4 3
3 6 5 7
3 4 7 5
3 1 5 0
3 4 0 5
3 2 6 3
3 7 3 6

However I get an error message "Cannot read OFF file". I am not sure where I
am going wrong out here. Is it possible to parameterize a cube with one face
open ?

Thanks, Vidya



Archive powered by MHonArc 2.6.16.

Top of Page