What's new 17.0.3
General:
-
Handle proxy server for http connections (e.g. login),
-
Corrected preferences problem when changing graphical configuration from the preferences windows.
-
Fix bug google drive writing file Desktop.ini to set icon to GiD project,
-
Fix rotation 'rare jumps'.
-
Dimensions : corrected rendering for high resolution images.
Preprocess:
-
Fix bug IGES surface located in bad plane.
-
Fix bug divide line by near point.
-
Fix bug shapefile import.
Postprocess:
-
Geometry / Edit / Extract boundaries : corrected element numbering when extracting boundaries.
-
Fix bug contour lines do not take into account preferences of line-element size and visual quality.
Customization:
-
GiD_Info mesh -post
andGiD_Result get_nodes
with extra flag -deformed to return deformed coordinates of nodes, now by default the original coordinates are returned (previously always return the current deformed coordinates). -
new
GiD_OpenGL
subcommands useful for high resolution captures ( which uses tile rendering = renders model several times with different views to get a global high resolution image):-
GiD_OpenGL gid_draw -ortho
--> sets correctly-ortho
for each rendered tile -
GiD_OpenGL gid_draw -viewport
--> sets correctly-viewport
for each rendered tile -
GiD_OpenGL gid_draw -scissor
--> sets correctly-scissor
for each rendered tile -
GiD_OpenGL gid_draw -rasterpos
--> sets correctly-rasterpos
for the global high resolution image -
GiD_OpenGL gid_draw -linewidth
--> similar todraw -linewidth
but scaled line width for high resolution captures -
GiD_OpenGL gid_draw -pointsize
--> similar todraw -pointsize
but scaled line width for high resolution captures -
GiD_OpenGL get highresolutionprinting
--> returns true if in the middle of a high resolution capture -
GiD_OpenGL get highresolutionscalefactor
--> returns the scale factor for line width’s, point sizes, font sizes, etc. between screen and high resolution -
GiD_OpenGL get HighResolutionDimensions
--> returns a list with the real width and high dimensions of the high resolution image being created -
GiD_OpenGL get lasterror
→ returns last generated glGetError(); -
GiD_OpenGL get lasterrorstring
→ returns string of the last generated OpenGL error.
-
-
plugin meshio f3grid import try to fix wrong quadrilateral F Q4 and its normals.
-
objarray_numpy pure python package to facilitate transfer arrays from Tcl and NumPy.
-
objarray Tcl package v 1.19: new command objarray extract.