The new version of the library is issued 2006/12/18.
Correction of a bug in reading the OQG block of the Nastran op2 file.
A bug in the “writeGmsh” method of the “DataBase” class has been corrected.
Addition of “eachLcScId” iterator to DataBase class.
Modification of sub-case identifier of Results read in Samcef Results (asef module). One now names them with “Statics” instead of “Static SubCase”.
Addition of methods to the “Group” class: “clearEntitiesByType”, “importEntitiesByType”.
Suppression of the definition of assignment operators “+=”, “-=”, “*=”, “/=” in “Group”, “Result” and “ResKeyList” classes. However, these operators can still be used as ruby generates them automatically from the corresponding dyadic operators.
Addition of the “insert” method to the “ResKeyList” class that allows the user to fill its own ResKeyList objects.
Addition of the “insert”, “setTensorOrder” and “getTensorOrder”method to the “Result” class that allow the user to fill its own Result objects.
The modifications of the manual correspond to some of the modifications of the library. Let us mention however:
Modification of the example "EX04" presented in section IV.2.4.1.