Python / Mesh/ fc_simesh_mayavi package
The experimental fc_simesh_mayavi Python package is an add-on to the fc_simesh package which
allows to display simplices meshes or datas on simplices meshes by using mayavi Python package.
Snapshots
Requirements
This experimental package needs
- the Mayavi (>=4.5.0) Python package to be installed,
Current development release
|
|
|
|
|
Version | date | archives | User’s Guide |
|
|
|
|
0.0.3 | May 11, 2017 | (7 Ko)
| (16710 Ko)
|
|
|
|
|
|
This package was tested under Ubuntu 14.04 LTS with Python 3.6.0.
Installation under Linux
Installation from archive under Linux
Save the required archive in a folder.
- For an installation which isolated to the current user, one can do :
$ pip install <PATH_TO_FOLDER>/fc_simesh_mayavi-<VERSION>.tar.gz --user
where <PATH_TO_FOLDER> will be replaced by the path to the saved archive and <VERSION> by the
version of the archive.
- For an installation for all users, one can do :
$ sudo pip install <PATH_TO_FOLDER>/fc_simesh_mayavi-<VERSION>.tar.gz
Version history
- 0.0.3 (June 14, 2017) : correct bug with contours option in siMesh.sliceiso
- 0.0.2 (May 11, 2017) : correct bug with dependencies in setup.py
- 0.0.1 (May 2, 2017) : first published version.
Old development release
|
|
|
|
|
Version | date | archives | User’s Guide |
|
|
|
|
0.0.1 | May 2, 2017 | (7 Ko)
| (16712 Ko)
|
|
|
|
|
|