Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedra visualisation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedra visualisation


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: Re: [cgal-discuss] Polyhedra visualisation
  • Date: Thu, 18 Mar 2010 16:20:00 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=kGKyI4OOdoSiDDzIVJwMgerHS/IUXrCGJ9Xl+4CR1SVfNk5KQeHmtCHXQCT4sJ+mPn CfyaeOsg7/5JOPxW50I/PIhbtzYPu6KV94CmWR57Az6Q+Qr4lr1L4atkI/9U/IG+1eLG X83tsQpTKEvbuDRZXTbb2ys1bpM2EyYujI7WA=

Hi Samer,

One way that requires minimum programming is to write the polyhedron to an .off file. Then visualize the .off file with Geomview (http://www.geomview.org).

Or if you want to visualize the polyhedron in your own code, you may look for sample code in polyhedrom demo (CGAL\demo\Polyhedron)

Regards,
-Ramin


On Thu, Mar 18, 2010 at 4:05 PM, <> wrote:
Hello programmers,

I have a question. What's the fastest way for visualising a polyhedron
object? is there some program that I could give data from the object to
see how good my polyhedron looks like? windows or linux is OK for that
purpose.

Thank you,

Regards,
Samer Afach


--
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