Tom Kirk
Tom Kirk
I have since been able to load the mesh directly in vtk using the following code, so I am confident that the vtk library itself is working. ``` reader =...
I've also been coming up against this problem. I've previously used PyVista for this, but my understanding now is that PyVista uses meshio to perform VTK file IO? If so,...
Sure thing - will cook one up tomorrow sometime.
Update: i think I have tracked this down to me cutting corners when creating the gifti object. At any rate I can't seem to reproduce this on my linux machine,...
I do have one suggestion, but I know its not very good practice... that said, many people do it, because it's an easy way to make things work! When I'm...
I think an example would certainly be helpful. I've done some more digging today and worked out that type-casting is also giving me grief. The following email thread is similar...
Thanks for the explanation @effigies and example @htwangtw - I didn't know about the agg_data() shortcut to get the points and triangles out of a surface gifti, thats very handy...