Vtk-js: How to load remote .vtp files including unstructured grid?

Created on 13 Jan 2020  路  1Comment  路  Source: Kitware/vtk-js

Hello!

I am totally new to vtk.js and web visualisation, so my question could be really basic to figure out.

I have this file to visualise: https://github.com/BinWang0213/PyGRDECL/blob/master/Results/dome.vtp

It consists of geometry description as well as other data arrays such as DataArray type="Float32" Name="PORO" format="appended" RangeMin="0.10163647681". How do I load this into js via vtk.js?

Most helpful comment

That example allow you to load your file.

Here is a link that use this example with your data.

>All comments

That example allow you to load your file.

Here is a link that use this example with your data.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

truongleit picture truongleit  路  6Comments

MHadavand picture MHadavand  路  6Comments

johannesring picture johannesring  路  6Comments

rjsgml5698 picture rjsgml5698  路  6Comments

aylward picture aylward  路  4Comments