On Thu, Jan 10, 2013 at 9:00 AM, Emiliano Pastorelli wrote:
> Hi,
>
> I'm having some issues with headtracking in ParaView in a 3 screens
> environment (2 walls + 1 table). From the GUI (and also from the config
> pvsm file, but equal results) I tried to configure the following propertier
> connec
Hi Emiliano,
Can you send me your PVX and State file? If your sensor has three
components, then I would expect it to work.
Thanks,
On Thu, Jan 10, 2013 at 4:10 AM, Emiliano Pastorelli wrote:
> Hi Aashish,
>
> Actually I thought that vrpn was somehow working as a universal interface
> layer be
Hello,
Please take not of the upcoming VTK and ParaView courses, which will be
taught at Kitware's Lyon office in France, next February:
http://www.kitware.com/products/protraining.php?course=02/12/2013 (English)
http://www.kitware.fr/products/protraining.php?course=02/12/2013 (French)
Thank you,
I don't think ParaView ever supported loading UI files directly as so.
If you want to specify a custom GUI, you'll have to compile a plugin
and then load it. The XML loading mechanism is only for bringing in
Proxy XMLs for simple plugins.
Utkarsh
On Fri, Jan 11, 2013 at 9:46 AM, Nico Kruithof wr
Hello dear Paraview developer and user,
I am using paraview to postprocess my simulations with the Xdmf file format.
This is working fine and I am loving the features of paraview. But I
experienced a problem that is the following:
I am having really huge amount of data which are made of polygon
Sure:
1. Apply Integrate Variables. Select the single cell (or point) from
the spreadsheet view showing the selection
2. Now apply "Plot Selection Over Time"
On Thu, Jan 10, 2013 at 6:47 PM, Scott, W Alan wrote:
> Is it possible to get the integral of a variable over a dataset, and then
> plot t
The HelixSource plugin doesn't contain a CMakeLists.txt file so the shared
library isn't compiled.
Nico
On Fri, Jan 11, 2013 at 3:36 PM, Sebastien Jourdain <
sebastien.jourd...@kitware.com> wrote:
> If the plugin is composed of C++ code (ui or processing code), what need
> to be loaded is the co
If the plugin is composed of C++ code (ui or processing code), what need to
be loaded is the compiled library (.dll/.so/.dylib) not the xml.
The XML is just when you want to expose some VTK classes to the ParaView
GUI with auto generated panel.
To build the ParaView examples you will need to creat
Hello,
I'm trying to get the HelixSource plugin loaded
(Examples/Plugings/HelixSource). In paraview I added the plugin:
Tools->Manage plugins->add helix.xml. The plugin is loaded as I can create
a helix, however the modified user interface (HelixSource.ui) is not used.
For example, the python code