Hello, I encounter a segmentation fault when trying to clip an unstructured grid containing more than one polyhedron (cell type 42) in Paraview 3.10.1 64-bit. Clipping a single polyhedron does not yield a seg. fault but gives a non-watertight cell which obviously is not correct. In contrast, slicing works flawlessly.
I wonder if my .vtu file is faulty. A minimal example containing two tetrahedra is given below. Any help is greatly appreciated. Lennart ---- <VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian"> <UnstructuredGrid> <Piece NumberOfPoints="8" NumberOfCells="2"> <Points> <DataArray type="Float32" NumberOfComponents="3" format="ascii"> 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 </DataArray> </Points> <Cells> <DataArray type="Int32" Name="connectivity" format="ascii"> 0 1 2 3 4 5 6 7 </DataArray> <DataArray type="Int32" Name="offsets" format="ascii"> 4 8 </DataArray> <DataArray type="UInt8" Name="types" format="ascii"> 42 42 </DataArray> <DataArray type="UInt32" Name="faces" format="ascii"> 4 3 0 1 2 3 0 1 3 3 0 2 3 3 1 2 3 4 3 4 5 6 3 4 5 7 3 4 6 7 3 5 6 7 </DataArray> <DataArray type="UInt32" Name="faceoffsets" format="ascii"> 17 34 </DataArray> </Cells> </Piece> </UnstructuredGrid> </VTKFile> _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
