<div dir="ltr">I think you need to adjust the "<strong>Remote Render Threshold" </strong>to "102400" so the scene geometry (surface mesh) can be sent to the client (if the client can handle it) and export again.<div>At that point the exporter should find some geometry to write.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 26, 2016 at 7:05 AM, SeongMo Yeon <span dir="ltr"><<a href="mailto:seongmo.yeon@gmail.com" target="_blank">seongmo.yeon@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am trying to postprocess OpenFOAM results with paraview and export a scene into x3d format.<br>
<br>
OpenFOAM results are in remote server and I have to use paraview client/server to work with them.<br>
<br>
After reading the results with OpenFOAM reader and postprocessing them, the scene is exported into x3d format and I found that the file has only <Transform node ... /> without any vertices, faces, etc.. Am I doing something wrong?<br>
<br>
FYI, I am using ParaView 5.1.2.<br>
<br>
<br>
-- x3d file contents goes below<br>
<br>
<?xml version="1.0" encoding ="UTF-8"?><br>
<br>
<X3D profile="Immersive" version="3.0"><br>
  <head><br>
    <meta name="filename" content="/home/seongmo/Desktop<wbr>/sece.x3d"/><br>
    <meta name="generator" content="Visualization ToolKit X3D exporter v0.9.1"/><br>
    <meta name="numberofelements" content="25"/><br>
  </head><br>
  <Scene><br>
    <Background skyColor="0.32 0.34 0.43"/><br>
    <Viewpoint fieldOfView="0.523599" position="-0.0179753 3.71721 1.2599" description="Default View" orientation="0.974067 0.214559 0.0718191 -1.34581" centerOfRotation="0.5 0.5 0.5"/><br>
    <NavigationInfo type='"EXAMINE" "FLY" "ANY"' speed="4" headlight="true"/><br>
    <DirectionalLight ambientIntensity="1" intensity="0" color="1 1 1"/><br>
    <Transform DEF="ROOT" translation="0 0 0"><br>
      <DirectionalLight direction="-0.111619 -0.766044 -0.633022" color="1 0.97232 0.90222" intensity="0.75" on="true"/><br>
      <DirectionalLight direction="0.0449435 0.965926 -0.254887" color="0.90824 0.93314 1" intensity="0.25" on="true"/><br>
      <DirectionalLight direction="-0.939693 0 0.34202" color="0.9998 0.9998 0.9998" intensity="0.214286" on="true"/><br>
      <DirectionalLight direction="0.939693 0 0.34202" color="0.9998 0.9998 0.9998" intensity="0.214286" on="true"/><br>
      <Transform translation="0 0 0" rotation="0 0 1 -0" scale="1 1 1"/><br>
      <Transform translation="0 0 0" rotation="0 0 1 -0" scale="1 1 1"/><br>
    </Transform><br>
  </Scene><br>
</X3D><br>
<br>
<br>
<br>
-- <br>
Seong Mo Yeon<br>
IIHR - Hydroscience & Engineering<br>
College of Engineering, University of Iowa<br>
Iowa City, IA 52242 USA<br>
<br>
E-mail : <a href="mailto:seongmo.yeon@gmail.com" target="_blank">seongmo.yeon@gmail.com</a><br>
Tel :<br>
------------------------------<wbr>--------------------------<br>
Fluctuat nec mergitur<br>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><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>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
</blockquote></div><br></div>