<div dir="ltr">Hi Matias,<div>As far as I know there is no direct converted available for STL to DCM.</div><div>But if you do this workaround it is possible : </div><div><br></div><div>STL -> VTP (polydata) -> DCM</div><div><br></div><div>Once you have the data in polydata format, you will be able to slice it using ParaView. </div><div><br></div><div>The following links might help you</div><div><br></div><div><a href="http://stackoverflow.com/questions/36193779/generating-and-reading-vtk-files-from-dcm-files-and-modifying-model">http://stackoverflow.com/questions/36193779/generating-and-reading-vtk-files-from-dcm-files-and-modifying-model</a><br></div><div><a href="https://itk.org/Doxygen46/html/IO_2DicomSeriesReadImageWrite2_8cxx-example.html">https://itk.org/Doxygen46/html/IO_2DicomSeriesReadImageWrite2_8cxx-example.html</a><br></div><div><br></div><div>vtkSTLReader is the class you need to use to read the STL file within VTK.</div><div><br></div><div>Thanks,</div><div>Chiranjib</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 11, 2016 at 8:59 PM, Sebastian Hilbert <span dir="ltr"><<a href="mailto:sebastian.hilbert@gmx.net" target="_blank">sebastian.hilbert@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am Donnerstag, 11. August 2016, 13:16:48 CEST schrieb Matias Montroull:<br>
> Hi,<br>
><br>
> Is there a method to convert a STL file to DCM slices?<br>
><br>
> I'm able to export a DCM serie to STL but I couldn't find the other way<br>
> around.<br>
><br>
<br>
</span>I am not aware of any straighforward way to do this.<br>
<br>
Have a look at binvox<br>
<br>
One way would be to voxelize your mesh, then convert to nrrd (e.g. binvox)<br>
then to dcm.<br>
<br>
You would have to look into creating one dcm file per slice or one multislice<br>
dcm file.<br>
<br>
It can be done.<br>
<br>
Best regards,<br>
Sebastian<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>