[Paraview] Volume Render of XDMF/HDF5 Data

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon May 17 10:50:42 EDT 2010


That is correct, currently, we do not support volume rendering of
multi-block datasets for uniform, rectilinear grids. Note that volume
rendering on multiblocks is supported for unstructured-grids (only one
block at a time, however).

Utkarsh

2010/5/12 weaponfire2005 <weaponfire2005 at 163.com>:
> Hi:
>     I use a .xmf file to read HDF5 raw data. I find that the volume
> represention option would be not active when I use "Collection Grid".
> Volume represention can be used until I remove the "Collection Grid". Does
> this mean that paraview can't volume render multi-block data? or I write a
> wrong xmf file? Thanks for you help:)
>
> the following is my xmf file:
> <?xml version="1.0" ?>
> <!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []>
> <Xdmf>
>  <Domain>
>   <Grid Name="BX_Scalar" GridType="Collection"> #volume representation will
> active after remove this line
>    <Grid Name="BX0">
>      <Topology TopologyType="3DCoRectMesh" Dimensions="50 80 800"/>
>      <Geometry GeometryType="ORIGIN_DXDYDZ">
>        <DataStructure  Name="Origin" DataType="Float" Dimensions="3"
> Format="XML">
>         0 0 0
>        </DataStructure>
>        <DataStructure Name="Spacing" DataType="Float" Dimensions="3"
> Format="XML">
>         1 1 1
>        </DataStructure>
>       </Geometry>
>       <Attribute Name="Scalar" Center="Node">
>    <DataStructure   Name="Points"   Dimensions="50 80 800"    Format="HDF">
>       lpi-bx-10.000-21:/bx
>    </DataStructure>
>      </Attribute>
>    </Grid>
>   </Grid> #volume representation will active after remove this line
>  </Domain>
> </Xdmf>
>
>
> ________________________________
> 网易为中小企业免费提供企业邮箱(自主域名)
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list