GiD_Project db
To use a template .bas file to write an output file
e.g. to export the current triangle mesh in STL format using the STL.bas template
set template [file join $::GIDDEFAULT templates STL.bas] set filename_out [GidUtils::GetTmpFilename .stl] GiD_Project write_template $template $filename_out