Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] Nef Polyhedron no simple to OFF

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] Nef Polyhedron no simple to OFF


Chronological Thread 
  • From: Fred Dorosh <>
  • To: "" <>
  • Subject: RE: [cgal-discuss] Nef Polyhedron no simple to OFF
  • Date: Tue, 9 Dec 2008 11:44:08 -0500
  • Accept-language: en-US
  • Acceptlanguage: en-US

I'll still a beginner with Nef3, so if my response is incorrect, I hope
somebody corrects it.

As far as I can tell, the only out-of-the-box way to produce OFF files is via
conversion to a CGAL polyhedron representation (convert_to_Polyhedron).
Unfortunately, these polyhedrons are designed to represent only closed
orientable 2-manifolds and the conversion will likely fail.

On the other hand, the OFF format itself seems general enough to represent
non-manifolds. I can't see a reason you couldn't write a direct nef_to_OFF
converter. Note that you will likely have to take care of triangulation (see
implementation of Nef_polyhedron::Build_polyhedron). I have successfully used
this approach to convert nonmanifold Nef output to my own format (similar to
OFF).

Regards,
Fred


--
Fred Dorosh
Software Architect | Presagis

T. +1 514 341.3874 X392 F. +1 514 341.8018

DISCLAIMER: This e-mail message is for the sole use of the intended
recipient(s) and may contain confidential and/or proprietary information. Do
not read, copy, or disseminate this message unless you are the addressee. Any
unauthorized review, use, disclosure or distribution is strictly prohibited.
If you have received this message in error, please contact the sender by
reply e-mail and delete the original and any copies from your system.

AVERTISSEMENT : Ce courriel s’adresse exclusivement au(x) destinataire(s)
mentionné(s) et peut contenir de l’information confidentielle et/ou de nature
exclusive. Ne pas lire, copier ou transmettre à quiconque ce courriel sauf si
vous en êtes le destinataire. Il est strictement interdit de réviser,
utiliser, transmettre ou distribuer ce courriel sans autorisation préalable.
Si vous avez reçu ce message par erreur, veuillez communiquer avec
l’expéditeur en répondant à ce courriel et en supprimant le courriel original
et toutes les copies enregistrées sur votre système.

________________________________________

From:


[]
Sent: December 9, 2008 8:25 AM
To:

Subject: [cgal-discuss] Nef Polyhedron no simple to OFF

Hello,

I'm working with .off files making boolean operations between 3D objects. When
the solution isn't a nef_polyhedron simple, I don't know how can I obtain a
.off file whith this polyhedron. Is this possible?

Thanks in advance,

Jonatan.
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



Archive powered by MHonArc 2.6.16.

Top of Page