Multi geometry interaction

Hi Rockydut, what you’re trying sounds a bit like what I’m currently working on. For the selection part I had success with vtkMultiBlockDataSet and vtkCompositePolyDataMapper2. Then vtkHardwarePicker will return a blockId and a cellId which you can use to find out which geometry was selected and which cell of that geometry.