changeset 1052:ed64444eb542

preparing stl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 06 Apr 2024 10:40:15 +0200
parents 288b883e06b1
children 600547006d14
files Sphinx/source/contributing.rst Sphinx/source/plugins/stl.rst
diffstat 2 files changed, 16 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst	Mon Apr 01 15:09:37 2024 +0200
+++ b/Sphinx/source/contributing.rst	Sat Apr 06 10:40:15 2024 +0200
@@ -122,15 +122,10 @@
       <https://stackoverflow.com/questions/28698888/creating-h-264-avc-dicom-file-with-dcmtk/28737338#28737338>`__
       by calling some REST route, similarly to the
       ``/tools/create-dicom`` :ref:`route to encapsulate PDF <pdf>`.
-    + Similarly to video and PDF (cf. item above), `wrap/unwrap a STL
-      (3D mesh) to/from a DICOM file
-      <http://dicom.nema.org/medical/dicom/2020b/output/chtml/part03/sect_A.85.html>`__
-      by calling some REST route. This is notably useful for dentistry
-      (dental implants) or orthopaedics, yet even cutting-edge
-      research about 3D-printing of organs. In complement, provide a
-      `FreeCAD extension
+    + Provide a `FreeCAD extension
       <https://twitter.com/sjodogne/status/1299632772915625984>`__ to
-      import/export such STL files from/to Orthanc.
+      import/export :ref:`DICOM STL <stl-plugin>` files from/to
+      Orthanc.
     + Create a plugin to edit DICOM files (add, update or remove DICOM tags).
     + Create samples of :ref:`Python plugins <python-plugin>` or :ref:`Java plugins <java-plugin>` to take
       care of HL7 messages, especially for :ref:`merging patients
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sphinx/source/plugins/stl.rst	Sat Apr 06 10:40:15 2024 +0200
@@ -0,0 +1,13 @@
+.. _stl-plugin:
+
+
+Java plugin for Orthanc
+=======================
+
+.. contents::
+
+
+Overview
+--------
+
+WIP.