Improvement of Python API documentation (SMESH and plugins):

- move base Mesh_Algorithm class to the separate python module
This commit is contained in:
vsr 2012-08-24 05:52:39 +00:00
parent 7ab128efcd
commit 3c9be5dcb8

View File

@ -21,7 +21,8 @@
# @package StdMeshersDC
# Python API for the standard meshing plug-in module.
from smesh import Mesh_Algorithm, AssureGeomPublished, IsEqual, ParseParameters
from smesh_algorithm import Mesh_Algorithm
from smesh import AssureGeomPublished, IsEqual, ParseParameters
from smesh import GetName, TreatHypoStatus
from smeshDC import Mesh