Salome HOME
Various minor fixes
[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 this method 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: importing CAD model stored in Parasolid format (*.x_t and *.xt files) with XTPLUGIN:</h2>
15 \tui_script{XTPlugindemo.py}
16
17 */