[vtk-developers] Create custom frustum for vtkExtractGeometry

sepideh20 sce2020sahaf at yahoo.com
Fri Jun 30 10:43:48 EDT 2017


Hello, 

I want to create a custom frustum using vtkplanes. That frustum would be
then used in vtkExtractGeometry to extract an area of an unstructured grid.
Now, my problem is how to create a custom frustum with 8 points (all the
corners of the frustum). In other words, using the 8 corner points that I
have, how should I set planes in SetFrustumPlanes as below: 

 vtkPlanes planes = vtkPlanes.New(); 
  planes.SetFrustumPlanes( ???? ); 

Thanks.



--
View this message in context: http://vtk.1045678.n5.nabble.com/Create-custom-frustum-for-vtkExtractGeometry-tp5743836.html
Sent from the VTK - Dev mailing list archive at Nabble.com.


More information about the vtk-developers mailing list