mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
PR: Deprecation Warning more precise
This commit is contained in:
parent
c7935f54be
commit
5a81ec850d
@ -104,11 +104,13 @@ with
|
||||
|
||||
import SMESH, SALOMEDS
|
||||
from salome.smesh import smeshBuilder
|
||||
smesh = smeshBuilder.New(theStudy)
|
||||
smesh = smeshBuilder.New(salome.myStudy)
|
||||
|
||||
you also need to modify some lines where smeshBuilder is used instead of smesh
|
||||
|
||||
algo=smesh.xxxx ==> algo.smeshBuilder.xxxx
|
||||
|
||||
See also SMESH User's Guide for more details
|
||||
|
||||
===============================================================================
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user