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

Version 1 Next »

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 
  • No labels