-
Hi Jourdain, Sorry it's me again. I am trying to visualise two different VTM files in two separate windows using paraview and trame.
That vtm.show() is a little wrapper that take a target filter in the pipeline and hide it. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
I need to make it automatic when not provided as I do for other components, but for now, you need to assign a unique name to each of your views using the |
Beta Was this translation helpful? Give feedback.
-
Good mornig,
Do you mean here?paraview.VtkRemoteView(view, ref=view_1
Cheers
Il Gio 16 Nov 2023, 03:37 Sebastien Jourdain (Kitware) <
***@***.***> ha scritto:
… I need to make it automatic when not provided as I do for other
components, but for now, you need to assign a unique name to each of your
views using the ref="view_1" attribute.
—
Reply to this email directly, view it on GitHub
<#374 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4ZV6T3VFQNLBVQKY4OX23YEV37HAVCNFSM6AAAAAA7NE44LCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKOBTGIZDI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes. All good. The error is 99% of the time in front of the screen!
Il Gio 30 Nov 2023, 17:08 Sebastien Jourdain (Kitware) <
***@***.***> ha scritto:
… So I guess it is now working for you.
—
Reply to this email directly, view it on GitHub
<#374 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4ZV6RGAWALBZJ3HOB3VMLYHCVPHAVCNFSM6AAAAAA7NE44LCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TOMJZG4ZDE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
It is working. However, I must create two seprate views with CreateView('RenderView') and then pass it to VtkRemoteView, giving a name.
I'll keep playing with this as likely I'll hit something else :)