Salome HOME
Implementation of DXFPLUGIN as a GEOM plugin (added files)
[plugins/dxfplugin.git] / doc / salome / gui / DXFPLUGIN / input / dxfplugin_python_interface_page.doc
1 /*!
2
3 \page dxfplugin_python_interface_page Python Interface
4
5 Python package DXFPluginBuilder defines several classes, destined for 
6 import and export CAD models in DXF format (*.dxf files).
7
8 DXFPLUGIN dynamically adds several methods to the geomBuilder.
9
10 Below you can see an example of usage of the DXFPluginBuilder package for 
11 import and export CAD models:
12
13 \anchor example_DXFPlugin
14 <h2>Example of import/export CAD model stored in DXF format (*.dxf files) with DXFPLUGIN:</h2>
15 \tui_script{DXFPlugindemo.py}
16
17 */
18
19