Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • New GiD_Event_BeforeCalculate: called a little earlier than GiD_Event_BeforeRunCalculation, e.g. to allow renumber the mesh before write the calculation file
  • New tcl command GiD_AccessValueAssignedCondition ?-field_index? set|get <condition> <over> {<question>|<field_index> ?<value>? ... <question>|<field_index> ?<value>?} <entities>
  • New tcl command GiD_GetUserSettingsCommonDirectory ?-create_folders? , return the main user GiD folder
  • GiD_Info bounding_box new optional flags ?-geometry|-mesh|-post? ?-layers_off_also?
  • GiD_Info mesh nodes | elements new option -array2 : Instead of a plane list it returns the resuls results as a list of objarrays (more efficient).

...

  • ObjArray : (v1.12) new `-binary <data>` option when creating objarrays and added new 'get_binary' option to get the byte representation of the objarray. Usefull Useful to acces access directly binary data of the objarray, for instance to encode in base64 or compress with zlib, without getting the string representation of their data, or to change the integral data type of the vector, for instance from char to int, etc.

...