Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] What's the minimal requirement to use the Constructive Solid Geometry (CSG) module of CGAL?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] What's the minimal requirement to use the Constructive Solid Geometry (CSG) module of CGAL?


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] What's the minimal requirement to use the Constructive Solid Geometry (CSG) module of CGAL?
  • Date: Wed, 18 Jan 2012 08:25:30 +0100

Zhanghong Tang wrote:
> Dear all,
>
> I would like use the CSG module of CGAL, what's the minimal requirement
> to use this module? I want to build it to a blockbox with CSG module
> data input and another format data output (for example, piecewise linear
> complex format, Geomview's polyhedral file format (OFF)), which files
> should I select to compile and is there any interface to use this module?
>
> Thanks,
> Zhanghong Tang
>
Your question is not clear to me. Could you explain what you are looking
for exactly?

For 3D Boolean operations, you need to use Nef_3:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Nef_3/Chapter_main.html
For simple polyhedron manipulation, you can use Polyhedron_3:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Polyhedron/Chapter_main.html

Sebastien.



Archive powered by MHonArc 2.6.16.

Top of Page