Re: [Paraview] Ansys to ParaView

2017-02-02 Thread Bob Flandard
It seems strange to me, because > when I try to import the .cdb and .rst files, I choose the ANSYS reader in > ParavieW. > > Thanks! > Regards, > Anxo > > On Wed, Feb 1, 2017 at 12:45 PM, Bob Flandard <bfland...@gmail.com> wrote: > >> Hi Anxo, >> >>

Re: [Paraview] Ansys to ParaView

2017-02-01 Thread Bob Flandard
Hi Anxo, By upload, I mean to your dropbox account, not the ParaView server:) Regards, Bob ___ 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

Re: [Paraview] Ansys to ParaView

2017-02-01 Thread Bob Flandard
Hi Anxo, If you're using Ansys MAPDL aka "Classic", then you have a lot of flexibility to code something in apdl to output mesh and results in a format that suits you (and ParaView). For efficient code you would need to make use of the vectorised functions like *vget, *vfun, *voper etc. If

[Paraview] Custom filter - coloring multi-block dataset

2017-01-11 Thread Bob Flandard
Hi, Is it possible to edit the *.cpd xml file (or other technique) of a custom filter so that the resulting multi-block geometry has a specific color (and opacity) applied to each block, and the "Coloring" in the "Display (GeometryRepresentation) is set to "Solid Color" rather than

Re: [Paraview] get name of source in pipeline gui

2017-01-09 Thread Bob Flandard
> > Regards, > > Mathieu Westphal > > On Sun, Jan 8, 2017 at 12:37 PM, Bob Flandard <bfland...@gmail.com> wrote: > >> Hi, >> >> How to get the name of the active source in the pipeline? (the gui name) >> >> gas=GetA

[Paraview] get name of source in pipeline gui

2017-01-08 Thread Bob Flandard
Hi, How to get the name of the active source in the pipeline? (the gui name) gas=GetActiveSource() Then what? I've spent an hour or more on this. Thanks, Bob ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] [EXTERNAL] OSRay and shadows

2017-01-06 Thread Bob Flandard
ove with the viewer as they do with GL rendering. > > hope that helps > > > > > > David E DeMarle > Kitware, Inc. > R Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909 <(518)%20881-4909> > > On Fri, Jan 6, 2017 at

Re: [Paraview] [EXTERNAL] OSRay and shadows

2017-01-06 Thread Bob Flandard
raview-boun...@paraview.org] *On Behalf Of *Bob > Flandard > *Sent:* Thursday, January 5, 2017 5:13 PM > *To:* paraview <paraview@paraview.org> > *Subject:* [EXTERNAL] [Paraview] OSRay and shadows > > > > Hello, > > How can I lock the light source direction to cha

[Paraview] OSRay and shadows

2017-01-05 Thread Bob Flandard
Hello, How can I lock the light source direction to change with the 3d viewing angle, so that the shadows with OSRay don't imply a moving light source as I rotate the model in 3d? Thanks, Bob ___ Powered by www.kitware.com Visit other Kitware

Re: [Paraview] Custom Glyph

2017-01-04 Thread Bob Flandard
Excellent! Thanks Dave. Bob On 4 January 2017 at 20:36, David Lonie <david.lo...@kitware.com> wrote: > On Wed, Jan 4, 2017 at 2:55 PM, Bob Flandard <bfland...@gmail.com> wrote: > >> Hi Dave, >> >> The multi-colored glyph mechanism using using multi-blo

Re: [Paraview] Custom source glyph error

2017-01-04 Thread Bob Flandard
you won't need to use the filter to get custom glyphs. > This patch will also add the ability to use a composite dataset (with > polydata leaves) as the glyph source. > > Cheers, > Dave > > On Wed, Jan 4, 2017 at 8:02 AM, Bob Flandard <bfland...@gmail.com> wrote: > >&g

Re: [Paraview] Scalar bar ranges jump around

2016-01-05 Thread Bob Flandard
derlying reason > for this behavior, but I can confirm it and will be looking into it. > > Thank you, > Cory > > On Wed, Dec 30, 2015 at 5:39 PM, Bob Flandard <bfland...@gmail.com> wrote: > > Hello Utkarsh and Cory, > > > > This issue is not exclusive to "Automat

Re: [Paraview] Scalar bar ranges jump around

2015-12-30 Thread Bob Flandard
Utkarsh Ayachit <utkarsh.ayac...@kitware.com> wrote: > Ah, the issue seems to be with "Automatic Annotations". Cory, can you > check this out when you get the chance? I am not entirely sure how > automatic annotations should work here, if at all. > > Utkarsh > > On Tue

Re: [Paraview] Scalar bar ranges jump around

2015-12-29 Thread Bob Flandard
; Sent from my iPad so blame autocorrect. > > > On Dec 28, 2015, at 3:17 PM, Bob Flandard <bfland...@gmail.com> wrote: > > > > Hello, > > > > Sorry if this is old news. > > > > The colour ranges on the scalar bar should remain equally spaced, but > wit

Re: [Paraview] Scalar bar ranges jump around

2015-12-29 Thread Bob Flandard
gov> wrote: > Bob, > > I am confused. The "clamp and update every timestep" feature is what turns > on the behavior of changing the scale of every timestep. Just turn it off. > > -Ken > > Sent from my iPad so blame autocorrect. > > > On Dec 28, 2015, at

[Paraview] Multi-block Inspector - unexpected result

2014-12-16 Thread Bob Flandard
Greetings, When using the Multi-block Inspector I see behavior that I don't expect. After setting colors and opacity for individual blocks, if the model is then colored by a nodal scalar variable the solid colors persist. This isn't what happens if I add an extract block filter for each block. It

[Paraview] Getting Python commands from the trace module (or other)

2013-07-26 Thread Bob Flandard
Hello, I'm using the lastest nightly build of ParaView 4.0.1 Windows 64bit on Windows 7. I'm try to develop a Python macro that will allow me to setup the scalar bar after applying some other filters to the pipeline. I'm trying to establish the required Python commands by turning on the trace

Re: [Paraview] Colour bar and scale missaligned

2013-07-15 Thread Bob Flandard
. Here is an example(made by my post processing script) of how this looks On 07/14/2013 03:00 AM, Bob Flandard wrote: Hello, I'm using 4.0.1 64 bit on Windows 7. When I limit the number of discrete

Re: [Paraview] Colour bar and scale missaligned

2013-07-15 Thread Bob Flandard
Hello Burlen, That was very kind of you to share your scripts. I fear you may be casting pearls before a swine, but I will attempt to run them on my PC. The plots are very impressive; van Gogh meets Munch at Sheldon Cooper's flat. I'll send you a picture if I have some success. Thanks and