X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPluginBuilder.py;h=3c851e6f8f82555dd0918d2384a08234f2016741;hb=63eaf4f39688cc3646ca786493a6fc460c9bf7b0;hp=edf7df747d4525209244d66b67e7e54fcc4df1e7;hpb=26da39d104849bfd835548df8f02d2445f4f972a;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPluginBuilder.py b/src/NETGENPlugin/NETGENPluginBuilder.py index edf7df7..3c851e6 100644 --- a/src/NETGENPlugin/NETGENPluginBuilder.py +++ b/src/NETGENPlugin/NETGENPluginBuilder.py @@ -182,6 +182,14 @@ class NETGEN_Algorithm(Mesh_Algorithm): self.Parameters().SetMeshSizeFile(file) pass + ## Set size of elements on a shape + # @param shape - geometry + # @param size - element size + def SetLocalSizeOnShape(self, shape, size ): + self.Parameters().SetLocalSizeOnShape(shape, size) + pass + + pass # end of NETGEN_Algorithm class