comparison Sphinx/source/plugins/stl.rst @ 1056:89bb195dfbc0

starting stl documentation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 06 Apr 2024 18:10:09 +0200
parents ebe3214f3ab0
children 5a3c238575f8
comparison
equal deleted inserted replaced
1055:ebe3214f3ab0 1056:89bb195dfbc0
8 8
9 9
10 Overview 10 Overview
11 -------- 11 --------
12 12
13 WIP. 13 This **official** plugin by the `ICTEAM institute of UCLouvain
14 <https://orthanc.uclouvain.be/>`__ extends Orthanc with support for
15 `Encapsulated 3D Manufacturing Model IODs
16 <https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_A.85.html>`_,
17 for the moment limited to `STL files
18 <https://en.wikipedia.org/wiki/STL_(file_format)>`__.
19
20 The plugin allows to attach STL files to existing DICOM studies and to
21 generate a STL mesh from structure sets (i.e., DICOM RT-STRUCT) or
22 from `NIfTI binary volumes
23 <https://en.wikipedia.org/wiki/Neuroimaging_Informatics_Technology_Initiative>`__.
24 The description of these features is `available as a paper
25 <https://doi.org/10.1145/3632047.3632051>`__.
14 26
15 **For researchers**: `Please cite this paper 27 **For researchers**: `Please cite this paper
16 <https://doi.org/10.1145/3632047.3632051>`__. 28 <https://doi.org/10.1145/3632047.3632051>`__.
29
30
31 Usage
32 -----
33
34 WIP.