mirror of https://gitlab.com/pamhyr/pamhyr2
Meshing: Mage: Fix profiles purge.
parent
6c65d84d5e
commit
f56d87f648
|
|
@ -316,5 +316,7 @@ class MeshingWithMageMailleurTT(AMeshingTool):
|
|||
return tmp_st
|
||||
|
||||
def import_m_file(self, reach, m):
|
||||
reach.purge()
|
||||
|
||||
logger.debug(f"meshing: Import geometry from {m}")
|
||||
reach.import_geometry(m)
|
||||
|
|
|
|||
Loading…
Reference in New Issue