[Paraview] [ANN] Dropping 32bit binaries for 5.3 and beyond

2016-11-01 Thread Ben Boeckel
Hi, We're planning on dropping 32bit binaries (currently only provided on Windows) for post-5.2 development. Any objections? --Ben ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Calculate with global data

2016-11-01 Thread Cory Quammen
Alan, Not possible with the Calculator as far as I know. With the Python Calculator, you can indeed *use* a global variable defined in the field data of the data set with the expression: inputs[0].FieldData['TMSTEP'][time_index] Here, time_index is the timestep index, not the time value. The

Re: [Paraview] Compute line between coordinates

2016-11-01 Thread Dorian Pustina
That definitely did it. You guys are great. On Tue, Nov 1, 2016 at 1:30 PM, Shawn Waldon wrote: > Hi Dorian, > > Try applying the clip to the original data before you apply the glyphs. > That should do what you want. The data will be clipped and then the glyphs >

Re: [Paraview] Compute line between coordinates

2016-11-01 Thread Shawn Waldon
Hi Dorian, Try applying the clip to the original data before you apply the glyphs. That should do what you want. The data will be clipped and then the glyphs will be applied later and not restricted by the bounds of the clip. HTH, Shawn On Tue, Nov 1, 2016 at 1:25 PM, Dorian Pustina

Re: [Paraview] Compute line between coordinates

2016-11-01 Thread Dorian Pustina
Thank you Samuel, The "Clip-> Box" filter is definitely better, but it still cuts out portions of arrows. I am ataching a picture for illustration. [image: Inline image 1] These issues seem to arise because the arrows are not seen as unitary objects, but as a tube and a pointer. Using cones

Re: [Paraview] Compute line between coordinates

2016-11-01 Thread Samuel Key
Dorian, Try the CLIP filter with a box. Sam Key On 11/1/2016 9:34 AM, Dorian Pustina wrote: Thank you both for the suggestions. I managed to have the arrows via python calculator, but couldn't make the Temporal Particles to

Re: [Paraview] Compute line between coordinates

2016-11-01 Thread Samuel Key
Dorian, If by chance you have a list of coordinates for your junction-points, and you have a list junction-pairs you can construct a "wire-frame grid." Junction-point arrays: X(1:NUMJP), Y(1:NUMJP), Z(1:NUMJP) Junction-pair array: BAR(1:2,1:NUMBR)

Re: [Paraview] [Non-DoD Source] Re: Superbuild WIKI page

2016-11-01 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
Cory thanks for the update and the pointer. Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Phone: 410-278-6266 -Original Message- From: Cory Quammen Date: Tuesday, November 1, 2016 at 11:42 AM To: Rick

Re: [Paraview] Compute line between coordinates

2016-11-01 Thread Dorian Pustina
Thank you both for the suggestions. I managed to have the arrows via python calculator, but couldn't make the Temporal Particles to Pathlines filter produce arrows. Can I bug you with another question? I want to apply a Slice filter to see the arrows that depart from that slice. But the filter