Salome HOME
0768a93b0c7534b940b6fe013c09ef0be81d6e6f
[plugins/xtplugin.git] / doc / salome / gui / XTPLUGIN / input / xtplugin_python_interface_page.doc
1 /*!
2
3 \page xtplugin_python_interface_page Python Interface
4
5 Python package XTPluginBuilder defines a function that allows
6 importing CAD models in Parasolid format (*.x_t and *.xt files).
7
8 XTPLUGIN dynamically adds several methods to the geomBuilder.
9
10 Below you can see an example of usage of the XTPluginBuilder package for 
11 importing CAD models:
12
13 \anchor example_XTPlugin
14 <h2>Example of importing of CAD model stored in Parasolid format (*.x_t and *.xt files) with XTPLUGIN:</h2>
15 \tui_script{XTPlugindemo.py}
16
17 */
18
19