User Portlet User Portlet

Discussions
Hi, I am trying to import a VTK file that only contains a list of structured points. The header looks like this: `# vtk DataFile Version 3.0 vtk output BINARY DATASET STRUCTURED_POINTS DIMENSIONS 112 112 111 SPACING 0.964286 0.964286...
Yes, my Import line looks like this: `reducedMeshVertices = Import[fileReducedMesh, "VertexData"];` The meshes look the same both in version 10.1 and 10.2. But I use Mathematica to calculate with the meshes, not just to visualize them. I am...