<div dir="ltr">Hi<br><br>Please refer to Andy answer, you can save as .vtm.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Fri, Apr 28, 2017 at 12:34 PM, houssen <span dir="ltr"><<a href="mailto:houssen@ipgp.fr" target="_blank">houssen@ipgp.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">OK, so there is no way to convert stl or xmf to vtu ?...<div><div class="h5"><br>
<br>
Le 2017-04-27 9:51, houssen a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Forgot to attach the files !<br>
<br>
Franck<br>
<br>
Le 2017-04-27 9:50, houssen a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
First let me describe a bit more the need behind this (to answer<br>
Andy's question). I need to visualize some data: I decided to use a<br>
vtkUnstructuredGrid as a starting point (because it seems more<br>
flexible: you can describe all kind of meshes with that, not only<br>
specific ones). For very simple cases, I can build my<br>
vtkUnstructuredGrid myself and do stuffs I need to do with it: that's<br>
OK. For more complex cases, I would like to use some external data<br>
(stl or xmf for instance): this means I need to build a<br>
vtkUnstructuredGrid from stl or xmf (or ideally from any other<br>
format). So I was like : "OK, let's try to use the<br>
vtkUnstructuredGridReader" (hoping this reader could read any format<br>
and convert it to a vtkUnstructuredGrid). It turns out that<br>
vtkUnstructuredGridReader is only for vtu, right ? Not such a big deal<br>
anyway if I can convert stl/xmf to vtu: as I didn't succeed to do that<br>
in paraview, I sent this mail.<br>
<br>
Now to answer your questions/remarks:<br>
<br>
1. The xmf defines a multiblock: yes, I noticed that. I already tried<br>
to save as vtm (proposed in the GUI - there was no vtu format<br>
available at this step) and get what you said David. But the problem<br>
is that when I read the vtm with vtkUnstructuredGridReader, I get :<br>
"vtkUnstructuredGridReader (0x55cf2916cc00): Unrecognized file type:<br>
<VTKFile type="vtkMultiBlockDataSet" version="1.0"<br>
byte_order="LittleEndian" header_type="UInt64"> for file:<br>
tstXmfFEM.vtm"<br>
<br>
2. I didn't know about the merge blocks filter. I used it: now the<br>
"save as" GUI propose to save as vtu. I save as vtu but when I read it<br>
with vtkUnstructuredGridReader, I get : "vtkUnstructuredGridReader<br>
(0x5650aee5ec00): Unrecognized file type: <VTKFile<br>
type="UnstructuredGrid" version="1.0" byte_order="LittleEndian"<br>
header_type="UInt64"> for file: tstXmfFEM.vtu"<br>
<br>
3. How to convert a stl to vtu ?<br>
<br>
Franck<br>
<br>
Note: I use Paraview-5.1.0 and VTK-7.1.0 (does this trigger version<br>
related problems ?)<br>
<br>
Note: to read with vtkUnstructuredGridreader, I basically do<br>
reader->SetFileName(), then reader->Update(), then reader->GetOutput()<br>
<br>
Le 2017-04-26 19:03, David E DeMarle a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Adding to what Andy said.<br>
In this case the xdmf file defines a multiblock with three<br>
unstructured grids underneath it. Each of your unstructured grids<br>
happens to have just one cell in it. When you save as vtm, you will<br>
get a top level .vtm defining the collection, and a directory with<br>
three .vtu files, one for each block.<br>
<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&D Engineer<br>
21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>
Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a><br>
<br>
On Wed, Apr 26, 2017 at 12:55 PM, Andy Bauer <<a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a><br>
[12]> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
The vtu format is for unstructured (non-multiblock) grids. For<br>
multiblock grids like the ones read in from an xmf file you will<br>
need to convert it to an unstructured grid. You an use the Merge<br>
Blocks filter to do that.<br>
<br>
Is there a strong reason for saving it as a vtu file? It sounds<br>
like there are better file formats available for your data set.<br>
<br>
Andy<br>
<br>
On Wed, Apr 26, 2017 at 12:24 PM, houssen <<a href="mailto:houssen@ipgp.fr" target="_blank">houssen@ipgp.fr</a> [6]><br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In paraview, I open a xmf file, I would like to export it as vtu<br>
(to read it later on with vtkUnstructuredGridReader): neither<br>
"save data" nor "export scene" allows this (save data suggest the<br>
.vtm format but it turns out that vtm can not be read later on by<br>
vtkUnstructuredGridReader as vtu is expected - I guess ?). Same<br>
problem when opening a stl file in paraview: can not export it as<br>
vtu.<br>
<br>
How can I export a xmf/stl fle as vtu ? Do I need a (existing ?)<br>
plugin ? If yes, which one ? Is there a work around ? Or is this<br>
</blockquote>
a<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
dead end ?<br>
<br>
Franck<br>
<br>
PS: I have paraview-5.1.0, should I compile a newer version ?<br>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a> [1]<br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a> [2]<br>
<br>
Please keep messages on-topic and check the VTK FAQ at:<br>
<a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a> [3]<br>
<br>
Search the list archives at:<br>
<a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a> [4]<br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a> [5]<br>
</blockquote>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a> [7]<br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a> [8]<br>
<br>
Please keep messages on-topic and check the VTK FAQ at:<br>
<a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a> [9]<br>
<br>
Search the list archives at:<br>
<a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a> [10]<br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a> [11]<br>
</blockquote>
<br>
<br>
<br>
Links:<br>
------<br>
[1] <a href="http://www.kitware.com" rel="noreferrer" target="_blank">http://www.kitware.com</a><br>
[2] <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
[3] <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
[4] <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
[5] <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
[6] mailto:<a href="mailto:houssen@ipgp.fr" target="_blank">houssen@ipgp.fr</a><br>
[7] <a href="http://www.kitware.com" rel="noreferrer" target="_blank">http://www.kitware.com</a><br>
[8] <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
[9] <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
[10] <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
[11] <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
[12] mailto:<a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a><br>
</blockquote></blockquote></blockquote>
<br></div></div>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><span class="im HOEnZb"><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br></span><span class="im HOEnZb">
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
<br></span><span class="im HOEnZb">
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br></span><div class="HOEnZb"><div class="h5">
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>