GiD - The personal pre and post processor

write_template

GiD_Project write_template <template> <filename_out>

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 


COPYRIGHT © 2022 · GID · CIMNE