Skip to content

This repo contains some Python functions that allows us to visualize objects on paraview (.vtk format)

Notifications You must be signed in to change notification settings

BBELAOUCHA/Python2Vtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python2Vtk

This repo contains some Python functions that allows us to visualize objects on paraview (.vtk format)

Function 1: WritePython2Vtk: allows us to write a mesh from python to .vtk format.

  ReadVtk2Python:  read .vtk file of a surface generated by WritePython2Vtk.

How to run:

C,F,D,N=ReadVtkPython('Corrected.vtk')# coordinates, faces, data, Normal.

WritePython2Vtk('WriteCorrected.vtk', C, F, N, D, 'Cluster')

About

This repo contains some Python functions that allows us to visualize objects on paraview (.vtk format)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages