[Paraview] LegacyVTKReader command

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Jul 17 10:13:15 EDT 2017


Try the following:

TEST_FEM_MeshData = LegacyVTKReader(FileNames = MeshDataList,
registrationName="MyName")


You can also use `RenameSource` to rename it after the fact.

e.g.


RenameSource("NewName",  TEST_FEM_MeshData)


Utkarsh


On Mon, Jul 17, 2017 at 7:31 AM, Amine Aboufirass <
Amine.Aboufirass at deltares.nl> wrote:

> I am trying to use the LegacyVTKReader command in paraview.simple to
> create pipelines for vtk timeseries. The following command:
>
>
>
> TEST_FEM_MeshData = LegacyVTKReader(FileNames = MeshDataList)
>
>
>
> Works well but does results in pipelines with generic names like
> “LegacyVTKReader1” and “LegacyVTKReader2”. How do I get this command to
> allow me to control the resulting pipeline name? I want the name to be
> “TEST_FEM_MeshData” for example.
>
>
>
> Regards,
>
>
> Amine
>
>
>
>
> DISCLAIMER: This message is intended exclusively for the addressee(s) and
> may contain confidential and privileged information. If you are not the
> intended recipient please notify the sender immediately and destroy this
> message. Unauthorized use, disclosure or copying of this message is
> strictly prohibited. The foundation 'Stichting Deltares', which has its
> seat at Delft, The Netherlands, Commercial Registration Number 41146461, is
> not liable in any way whatsoever for consequences and/or damages resulting
> from the improper, incomplete and untimely dispatch, receipt and/or content
> of this e-mail.
>
> _______________________________________________
> 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 check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170717/2a5ee5ef/attachment.html>


More information about the ParaView mailing list