Salome HOME
[bos #40620] [CEA] XAO export for SHAPER: Allow export of brep in a separate file
[modules/shaper.git] / src / ExchangePlugin / doc / TUI_exportFeature.rst
1
2   .. _tui_export_file:
3
4 Export File
5 ===========
6
7 .. literalinclude:: examples/export.py
8     :linenos:
9     :language: python
10
11 :download:`Download this script <examples/export.py>` 
12
13
14   .. _tui_export_file_XAO:
15
16 Export XAO File
17 ===============
18
19 .. literalinclude:: examples/exportXAO.py
20     :linenos:
21     :language: python
22
23 :download:`Download this script <examples/exportXAO.py>` 
24
25
26   .. _tui_export_file_STL:
27
28 Export STL File
29 ===============
30
31 .. literalinclude:: examples/exportSTL.py
32     :linenos:
33     :language: python
34
35 :download:`Download this script <examples/exportSTL.py>`