GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

GENERIC SETTINGS

plugins folder
It is possible to extend GiD with new features implemented in Tcl scripting language, by adding this .tcl files to the folder \plugins of GiD
All Tcl files inside this folder will be automatically sourced when starting GiD (to be sourced the folder must match the tcl name and must be a .xml InfoPlugin declarations file)
It is highly unrecommended to modify or add any script to the \scripts GiD folder, because this changes will be lost when installing new versions.
templates folder
All .bas files of this folder will be shown in the Files->Export->Using template .bas (only mesh) menu
This .bas templates are text files with a syntax explained in the Template File from Customization Manual section, used to export GiD data of mesh (and maybe other attached data).
dump.bas is an example template that writes in a simple way most of the GiD mesh and attached data information.
problemtypes folder
This folder must contain customizations of GiD to handle external third part solvers (see Customization Manual)
It is also possible have an extra \problemtypes folder inside the user settings directory of each GiD version

  • No labels