.STL format

Hello!
I am just a beginner and I would like to ask to you if it is possible to export de tractography I´ve created with MRTRIX to .STL format.

Thanks!!!

You can try converting the tck to vtk using tckconvert (https://mrtrix.readthedocs.io/en/latest/reference/commands/tckconvert.html)

Then convert the vtk to stl using Slicer (File->Save and switch the output format
to .stl), or Matlab using vtk2stl (https://www.mathworks.com/matlabcentral/fileexchange/51127-vtk2stl ).

Jerome