[vtkusers] how to deal with the stl file
    mmusy 
    marco.musy at gmail.com
       
    Wed Nov 21 13:21:48 EST 2018
    
    
  
You might use vtkTransformPolyDataFilter
(https://www.vtk.org/Wiki/VTK/Examples/Cxx/Filtering/TransformPolyData)
to move the meshes
along with vtkBooleanOperationPolyDataFilter().SetOperationToUnion()
to join the surfaces.
Or have a look at this:
https://github.com/marcomusy/vtkplotter/blob/master/examples/basic/boolean.py
<http://vtk.1045678.n5.nabble.com/file/t342608/bool.png> 
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
    
    
More information about the vtkusers
mailing list