<div dir="ltr"><div>Hello,<br><br>I have<br><br>1) vtk_poijnts -- set of 3D points (vtkPoints object) located within the computational 3D box.<br>2) poly_1 -- std::vector<int> -- connected subset of points from 1) representing non-convex polygon on the side of computational box. E.g. in XZ plane.<br>3) poly_hole_1, poly_hole_2 -- 2 subsets of points from 1) each representing possibly non-convex hole in poly_1 from 2).<br><br>How am I visualise it with VTK? <br><br>I assume that as I have holes in polygon the only choice of I have is to use vtkDelaunay2D?<br><br>vtkDelaunay2D apparently uses all points from vtk_points for triangulization, while I need only points from poly_1, poly_hole_1 and poly_hole_2 ?<br><br></div><div>I need to tell somehow vtkDelaunay2D than I want to tesselate in XZ plane rather than in XY plane?<br><br></div><div>Thank you<br></div><div>Artem<br></div><br></div>