[Paraview] x3d export issue : only transform nodes exists in x3d

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon Sep 26 10:39:59 EDT 2016


I think you need to adjust the "*Remote Render Threshold" *to "102400" so
the scene geometry (surface mesh) can be sent to the client (if the client
can handle it) and export again.
At that point the exporter should find some geometry to write.

On Mon, Sep 26, 2016 at 7:05 AM, SeongMo Yeon <seongmo.yeon at gmail.com>
wrote:

> Hi,
>
> I am trying to postprocess OpenFOAM results with paraview and export a
> scene into x3d format.
>
> OpenFOAM results are in remote server and I have to use paraview
> client/server to work with them.
>
> 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?
>
> FYI, I am using ParaView 5.1.2.
>
>
> -- x3d file contents goes below
>
> <?xml version="1.0" encoding ="UTF-8"?>
>
> <X3D profile="Immersive" version="3.0">
>   <head>
>     <meta name="filename" content="/home/seongmo/Desktop/sece.x3d"/>
>     <meta name="generator" content="Visualization ToolKit X3D exporter
> v0.9.1"/>
>     <meta name="numberofelements" content="25"/>
>   </head>
>   <Scene>
>     <Background skyColor="0.32 0.34 0.43"/>
>     <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"/>
>     <NavigationInfo type='"EXAMINE" "FLY" "ANY"' speed="4"
> headlight="true"/>
>     <DirectionalLight ambientIntensity="1" intensity="0" color="1 1 1"/>
>     <Transform DEF="ROOT" translation="0 0 0">
>       <DirectionalLight direction="-0.111619 -0.766044 -0.633022" color="1
> 0.97232 0.90222" intensity="0.75" on="true"/>
>       <DirectionalLight direction="0.0449435 0.965926 -0.254887"
> color="0.90824 0.93314 1" intensity="0.25" on="true"/>
>       <DirectionalLight direction="-0.939693 0 0.34202" color="0.9998
> 0.9998 0.9998" intensity="0.214286" on="true"/>
>       <DirectionalLight direction="0.939693 0 0.34202" color="0.9998
> 0.9998 0.9998" intensity="0.214286" on="true"/>
>       <Transform translation="0 0 0" rotation="0 0 1 -0" scale="1 1 1"/>
>       <Transform translation="0 0 0" rotation="0 0 1 -0" scale="1 1 1"/>
>     </Transform>
>   </Scene>
> </X3D>
>
>
>
> --
> Seong Mo Yeon
> IIHR - Hydroscience & Engineering
> College of Engineering, University of Iowa
> Iowa City, IA 52242 USA
>
> E-mail : seongmo.yeon at gmail.com
> Tel :
> --------------------------------------------------------
> Fluctuat nec mergitur
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensou
> rce/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160926/25d44533/attachment.html>


More information about the ParaView mailing list