mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 23:15:37 +05:00
Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module
This commit is contained in:
parent
7ab128efcd
commit
3c9be5dcb8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user