From: prascle Date: Fri, 22 Mar 2013 00:31:28 +0000 (+0000) Subject: PR: examples adaptation to geomBuilder and smeshBuilder X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=63dc53a14d72306fe0593698384653cab857cf4a;p=modules%2Fsmesh.git PR: examples adaptation to geomBuilder and smeshBuilder --- diff --git a/doc/salome/examples/quality_controls_ex05.py b/doc/salome/examples/quality_controls_ex05.py index d76e41579..f03456596 100644 --- a/doc/salome/examples/quality_controls_ex05.py +++ b/doc/salome/examples/quality_controls_ex05.py @@ -19,7 +19,7 @@ idbox = geompy.addToStudy(box, "box") mesh = smesh.Mesh(box, "Mesh_free_nodes") algo = mesh.Segment() algo.NumberOfSegments(10) -algo = mesh.Triangle(smesh.MEFISTO) +algo = mesh.Triangle(smeshBuilder.MEFISTO) algo.MaxElementArea(150.) mesh.Compute()