CGAL 5.6.1 - 3D Boolean Operations on Nef Polyhedra

Draw.

#include <CGAL/draw_nef_3.h>

Functions

template<class Nef3 >
void CGAL::draw (const Nef3 &anef3)
 Open a new window and draws anef3, the Nef_polyhedron_3. More...
 

Function Documentation

◆ draw()

template<class Nef3 >
void CGAL::draw ( const Nef3 &  anef3)

#include <CGAL/draw_nef_3.h>

Open a new window and draws anef3, the Nef_polyhedron_3.

A call to this function is blocking, that is the program continues as soon as the user closes the window. This function requires CGAL_Qt5, and is only available if the macro CGAL_USE_BASIC_VIEWER is defined. Linking with the cmake target CGAL::CGAL_Basic_viewer will link with CGAL_Qt5 and add the definition CGAL_USE_BASIC_VIEWER.

Template Parameters
Nef3a model of the Nef_polyhedron_3 concept.
Parameters
anef3the nef polyhedron to draw.