cgal/Old_Packages/bops/examples/BooleanOperations
Sylvain Pion 4e101bc5df Initial revision 1999-10-11 13:50:27 +00:00
..
BooleanOperations_example.C Initial revision 1999-10-11 13:50:27 +00:00
Howto_Intersection_example.C Initial revision 1999-10-11 13:50:27 +00:00
README Initial revision 1999-10-11 13:50:27 +00:00
makefile Initial revision 1999-10-11 13:50:27 +00:00

README


Example for boolean operations in CGAL: 
---------------------------------------
(Dec. 1997, RISC)

Howto_Intersection_example.C ... simple example of an intersection
BooleanOperations_example.C  ... source code of boolean operations examples
makefile                     ... according makefile



How to proceed:
===============

1.) enter your include file in the makefile,
         i.e. change the follwing line in file 'makefile'
              CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
   (for example: CGAL_MAKEFILE = /CGAL/make/makefile_sparc_SunOS-5.5_g++-2.7.2)

2.) type 'make'
    (or 'make BooleanOperations_example', or 'make Howto_Intersection_example)

3.) run the example programs:
          BooleanOperations_example
          Howto_Intersection_example
    (there will be no output!!)

If you want to see an output the we refer to 'demo' directory.