neperfepx / neper

Polycrystal generation and meshing
http://neper.info
GNU General Public License v3.0
198 stars 53 forks source link

the command ''-format stl'' did generate a file named .stl , but the file can not be open by rhino or other available apps. #665

Closed uncleyuan001 closed 1 year ago

uncleyuan001 commented 1 year ago
uncleyuan@DESKTOP-MKTD6DF:/mnt/c/neper$ neper -T -n 100 -id 1 -format stl

========================    N   e   p   e   r    =======================
Info   : A software package for polycrystal generation and meshing.
Info   : Version 4.5.1-4
Info   : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full)
Info   : Running on 20 threads.
Info   : <https://neper.info>
Info   : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info   : No initialization file found (`/home/uncleyuan/.neperrc').
Info   : ---------------------------------------------------------------
Info   : MODULE  -T loaded with arguments:
Info   : [ini file] (none)
Info   : [com line] -n 100 -id 1 -format stl
Info   : ---------------------------------------------------------------
Info   : Reading input data...
Info   : Creating domain...
Info   : Creating tessellation...
Info   :   - Setting seeds...
Info   :   - Generating crystal orientations...
Info   :   - Running tessellation...
Info   : Writing results...
Info   :     [o] Writing file `n100-id1.stl'...
Info   :     [o] Wrote file `n100-id1.stl'.
Info   : Elapsed time: 0.084 secs.
========================================================================
rquey commented 1 year ago

Duplicates #562.

uncleyuan001 commented 1 year ago

thank you, professor. I found the solution