From v 9 to 10 |
What's new from version 9 to 10
![]() |
|
GENERAL FEATURES
PREPROCESSING
MESHING
POSTPROCESSING
CUSTOMIZATION
- AfterChangeBackground
- AfterRenumber
- BeforeCopy, AfterCopy, BeforeMove, AfterMove
- AfterCreatePoint, BeforeDeletePoint, AfterCreateLine, BeforeDeleteLine, etc.
- AfterCreateLayer AfterRenameLayer BeforeDeleteLayer AfterChangeLayer AfterSetLayerToUse
- AfterCreateDimension BeforeDeleteDimension
- AfterChangeLicenceStatus
- GiD_Geometry can get and create more types of surfaces: plsurface, coonsurface and meshsurface
- GiD_Geometry create line: new option to create NURBS interpolating points
- GiD_Mesh'get' to obtain information of nodes and elements
- GiD_Info Mesh also for meshes of post
- GiD_Result create , -array option to efficiently handle data
- GiD_Info IsPointInside
- New Tcl commands to register procedures (interesting for plugins)
- To modify menus: GiD_RegisterPluginAddedMenuProc , GiD_UnRegisterPluginAddedMenuProc
- To handle dropped files with some extension: GiD_RegisterExtensionProc , GiD_UnRegisterExtensionProc
- GiD_OpenGL get modelviewmatrix|projectionmatrix|viewport , and polygonoffsetfill constant
- GiD_OpenGL pgffont pushfont | popfont | print | dimensions | foreground | background
- .central.s graphmode , dynamicbox , and dynamicline
- objarray command to ask type and length of this vector object
New bas template commands:
- *loop conditions nodes|bodyelements|faceelements|layers
- *condname, *condnumfields, *condelemface *condhaslocalaxes
- *matprop, *cond, *gendata, *intvdata: without arguments print all fields
- Grid data showed with a new widget to easily copy/paste big data, and a XY plot can be drawn
- Added option #WIDTH# to the Value: field in .cnd to set a specific width for value entries in the Condition Window
- Data Conditions NewCond process command, to define a new condition at runtime
- Hide/show all volume related menus and toolbars when setting the global variable GidPriv(HideVolumeLevel) to 1/0
- Updated to Tcl/Tk 8.5.8
- Added more Tcl packages: Tktable, sqlite, ..., and the rest updated to the latest versions.