Skip to content

3D visualization now possible... still formatting required

David F. Vetsch requested to merge feature/newViz into master

3D visualization now works... use

python vtkVis.py MyMesh.2dm Zscale

where Zscale (float) is the vertical scale for the 3D visualization. Zscale=1 by default (if not provided). Set it =0 if you want just a plain view of the mesh.

The viewer requires still some work on formatting text, color bars, ... but I'll pass the duty for that.

Merge request reports