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