GiD - The personal pre and post processor

From v 11.0-rc1 to 11.0-rc2



General:

  • Macros icons can be selected from themed GiD icons, or import an image file that will be converted to the current toolbar button size.


Preprocessing:

  • Fixed bug when selecting several surfaces for setting forced points in them (Mesh Criteria->Forced Points). Sometimes some point was not assigned to the corresponding surface.
  • Fixed bug related with structured prism meshing when the volume has 'NoMesh' criteria assigned.
  • Fixed bug related with meshing progress advance bar


Postprocessing:

  • Result surface + vbo: corrected bug which caused that the result surface visualization was wrong with vertex array or vertex buffer objects, or crashed gid.
  • Labels & legends & graphs: corrected background problems for labels and legends when background was chosen with two dark colours.
  • Labels: corrected bug which caused that some labels were overdrawn by other mesh layers.
  • hidden lines & hidden boundaries: corrected colour for these styles when background was chosen with two dark colours.
  • Transparencies: corrected problem which caused the model to be drawn twice when parts of it, or the whole model, were drawn transparent.


Customization:

  • Tcl events BeforeMeshErrors and BeforeResultReadErrors
  • GiD_Info events : to know the list of raised events
  • GiD_GetWorldCoord screen_x screen_y :

given the screen coordinates ( screen_x, screen_y) returns a list with sis coordinates:
{ x y z nx ny nz}
being
( x, y, z) the coordinates mapped into the world ( model) of the screen coordinates,
( nx, ny, nz) the normal vector components of the world ( model) pointing to the user.
the mapping screen --> world ( model) is done by intersecting the line perpendicular to the screen, passing through the coordinates ( screen_x, screen_y), with the plane parallel to the screen ( in real, model, world ) at the center of the view / model. The returned normal is the normal of this plane.

COPYRIGHT © 2022 · GID · CIMNE