Coder Social home page Coder Social logo

Comments (9)

finetjul avatar finetjul commented on July 23, 2024

VTK.js does not support volumetric meshes (volume grid data). You can only manipulate surface meshes. Cutting them will leave a hole (see vtkCutter). The hole can be filled at a second step (see vtkClipClosedSurface)

from vtk-js.

chiyandetaotie avatar chiyandetaotie commented on July 23, 2024

How to fill the hole with the "vtkClipClosedSurface"? I want to show the meshes on the slice, but the example (see vtkClipClosedSurface) does not show the grid on the clippingPlanes. How can I do? Is there any example?

from vtk-js.

finetjul avatar finetjul commented on July 23, 2024

It does not show the grid because there is no internal structure information stored in your mesh.
VTK.js does not support volumetric mesh, therefore the data you have is only surface mesh.
Please share screenshots.

from vtk-js.

chiyandetaotie avatar chiyandetaotie commented on July 23, 2024

I want to use vtk.js and vue to achieve the same slicing functionality as in paraview. How can I do ?I want to achieve the following effect.

paraview01
paraview02
paraview03

from vtk-js.

finetjul avatar finetjul commented on July 23, 2024

There are 3 options:

  1. Add Unstructured Grid (i.e. volumetric mesh) support in VTK.js,
  2. Use VTK.wasm,
  3. Use a client/server approach like trame offers.

In the first 2 cases, you may face memory limitations if your data is too large.

from vtk-js.

chiyandetaotie avatar chiyandetaotie commented on July 23, 2024

If I want to Add Unstructured Grid (i.e. volumetric mesh) support in VTK.js, How can I do?

from vtk-js.

finetjul avatar finetjul commented on July 23, 2024

You can look at the existing vtkPolyData and vtkImageData.

You then need to look at vtkUnstructuredGrid in VTK C++ and do the same in VTK.js. There will be unstructured grid mappers to port to JS as well.

from vtk-js.

chiyandetaotie avatar chiyandetaotie commented on July 23, 2024

I'm not very familiar with C++. This is a bit difficult for me to look at vtkUnstructuredGrid in VTK C++ and do the same in VTK.js. Is there any recommended way to achieve this function using vue + vtk.js. How about "Use VTK.wasm"?

from vtk-js.

finetjul avatar finetjul commented on July 23, 2024

Here is some documentation about VTK wasm.

Shall you have funding, feel free to reach me out.

from vtk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.