Operating system: Windows 11 Home
Slicer version: 5.6.2
Expected behavior: I would like to export a plane created by Markups to an .stl file.
Actual behavior: No option for an .stl file (only .json)
I’d like to plan an ostetomy cutting plane and save it as an.stl file to submit to an engineer to create a cutting guide. Thank you very much for your information. I tried the MarkupsToModel extension but did not receive a model automatically. This means I need to first create a closed surface with fiducial points prior to getting a model, correct?
Thank you very much. I tried the OpenAnatomy extension. It appears straightforward, however I’m not sure why the export button is greyed out as seen in the picture.
How can I apply the code snippet to 3dSlicer to get an STL file? I’ve never used it before.
Thank you very much again for your help.
You can use BoneReconstructionPlanner extension to fully automatically generate cutting guides for osteotomy directly in Slicern without a need to involve an engineer (or hugely simplify the work of an engineer).
The module is currently generates cutting guides for mandibular fibula flap reconstruction but it should not be hard to modify it to simpler procedures. @mau_igna_06 may be able to help.
Dear Mauro, @mau_igna_06
Thank you for replying. Sorry for the delay in responding; I am still learning how to use the codes you provided. However, I must admit that I am unsure how to utilize or enter that code into the 3dSlicer. But I’ll try to learn more about this. Now I’m attempting to generate a rectangle and transform it to match the created plane; it works, but it’s not very precise.
Best,
Piya
Finally, I created .stl files for cutting planes by using
IGT–> create model: then create a cube object using a dimension measured from the created plane
IGT → Fusidal registration wizard: to move the created plane object to the mark-up plane
In these ways, I can make models and export them as .stl files.