Providing geom file while Automating SimLab meshing
Hi,
When I am trying to automate meshing in SimLab for .slb file, it is asking for Geom file (.x_t) which is kept in same folder as .slb and even .slb file contains only Geometry (imported CAD from the same parasolid file).
Now, I am left with two option -
1. Either automating >> directly importing parasolid file. > Renaming each component and then meshing. (which is more time consuming than 2nd option).
2. Importing .slb file >> giving Geom file > then meshing. (lesser time consuming than 1st )
But the problem with second option is, I dont know how to auto feed Geom file, initially only or in code.
If this whole process runs in graphic mode, it will pause and ask to select Geom file.
But, if it is nographics (batch mode) the simlab goes non responding, until it is killed by task manager.