Skip to content

sebgra/VTK_modelisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTK Modelisation

Little standalone Python program for visualizing .vtk files, using PyQT5.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • vtk
  • PyQt5

Install Python dependencies

conda install -c anaconda vtk

conda install -c anaconda pyqt

Running the script

Change the file location at line 331-332 of the code like :

reader=vtk.vtkStructuredPointsReader()
reader.SetFileName("<your_file.vtk>")

Built With

  • Python3 - Language chosen
  • vtk - Used to read specific .vtk files
  • PyQt5 - Used to build the interface

Authors

  • Sébastien Gradit - Initial work - sebgra's github
  • Matteo Bovio - Initial work

See also the list of contributors who participated in this project.

License

This project is not under any license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages