What's new 16.1.10d
General:
- Import topography plugin allow to get images from the IGN (National Centre for Geographic Information of Spain)
- GiD file browser : new option to sort files by extension, useful to import multipart vtk files:
Preprocess:
- Mesh collapse : corrected mesh view update when using vertex array / VBO.
- Geometry rendering of multiple surfaces with small meshes (100 to 1000 elements) 2x-3x faster.
- Cancel meshing: corrected crash when cancelling mesh process in special conditions.
Postprocess:
- View Style Window : less updated when switching single/multiple set properties or on/off
- File → Save as : added option to create Post HDF5 files with single / double precision:
Customization:
- New Tcl subcommand GiD_Mesh get element from_node <node_id> (to know the elements that points to a node)
- New Tcl subcommand GiD_Geometry get surface|volume <id> mesh_boundary (to know the connectivities of the boundary of the mesh of a geometrical entity)
- Add shtmlview package: a pure Tk widget to render Markdown and HTML files.
(e.g. W_MarkDown "" -filename "$gid/scripts/objarray/objarray.md")