Hi all,
I am trying to cmake the latest CVS version of Paraview using vc2005 on
64 bit vista. I got the following errors:
CMake Error at Utilities/Xdmf2/libsrc/CMakeLists.txt:429 (INSTALL):
install Library TARGETS given no DESTINATION!
I found this problem also occurs on the dashbourd:
da
Hello all,
I'm developing a ParaView plugin that modifies the camera position with data
coming from a interaction device. I'm using C++ and Linux 64 bit. I have
tested it with the build in server and it works without a hitch. However,
when I connect the client to a server used for visualizing data
Hi Simon,
Yeah, there is documentation on ParaView running on tiled display mode. You
can read old posts in the mailing list regarding the topic or read the
instructions in this site (https://visualization.hpc.mil/wiki/*Paraview*_*
Tiled*-*Display*_Mode). It seems like the site is currently off lin
On Wed, May 20, 2009 at 5:10 PM, Mark Fleharty wrote:
> On Wed, May 20, 2009 at 4:44 AM, David Doria wrote:
> > On Tue, May 19, 2009 at 10:52 PM, Mark Fleharty >
> > wrote:
> >>
> >> Hello,
> >>
> >> I'm new to using Python with Paraview. I've been generating data in
> >> the vts file format, a
On Wed, May 20, 2009 at 4:44 AM, David Doria wrote:
> On Tue, May 19, 2009 at 10:52 PM, Mark Fleharty
> wrote:
>>
>> Hello,
>>
>> I'm new to using Python with Paraview. I've been generating data in
>> the vts file format, and I would like to do some post processing on it
>> inside Paraview.
>>
>
Berk,
Looking at readers.xml I see that the STL reader is overriding the STL reader
because it has the wrong label. Could you fix this please (and make sure it
gets to the 3.6 branch)?
Also, the capitalization of the readers is weird. It is LegacyVTKreader, but
shouldn't it be LegacyVTKReade
On Tue, May 19, 2009 at 10:52 PM, Mark Fleharty wrote:
> Hello,
>
> I'm new to using Python with Paraview. I've been generating data in
> the vts file format, and I would like to do some post processing on it
> inside Paraview.
>
> I'm trying to read data from a structured grid and just get the
>
Hi all,
I am new to paraview, I am using Linux and Paraview 3.4 or/and 3.5. I have 4
questions (with two themes) when I would like reading a file VTK.
- I have made a sphere (surface) with Paraview and saved in a file .VTK
With python and paraview 3.4, I can read and see the file.
from