mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Add wrapper to .mesh export from BLSURFPLUGIN
This commit is contained in:
parent
5541401356
commit
6a49124672
@ -5111,6 +5111,13 @@ class Mesh_Triangle(Mesh_Algorithm):
|
||||
# Parameter of BLSURF algo
|
||||
self.params.SetOptionValue(optionName,level)
|
||||
|
||||
## Sets GMF file for export at computation
|
||||
# @ingroup l3_hypos_blsurf
|
||||
def SetGMFFile(self, fileName):
|
||||
if self.Parameters():
|
||||
# Parameter of BLSURF algo
|
||||
self.params.SetGMFFile(fileName)
|
||||
|
||||
## Enforced vertices (BLSURF)
|
||||
|
||||
## To get all the enforced vertices
|
||||
|
Loading…
Reference in New Issue
Block a user