mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Correction for parallel mesh
This commit is contained in:
parent
2f85c8d0c4
commit
f4c4faf3d9
@ -7831,9 +7831,9 @@ class ParallelMesh(Mesh):
|
||||
|
||||
# If we have a shaper object converting it into geom (temporary solution)
|
||||
if isinstance(geom, shaper_object):
|
||||
geom_obj = _shaperstudy2geom(geompyD, geom)
|
||||
self._geom_obj = _shaperstudy2geom(geompyD, geom)
|
||||
elif isinstance(geom, geomBuilder.GEOM._objref_GEOM_Object):
|
||||
geom_obj = geom
|
||||
self._geom_obj = geom
|
||||
else:
|
||||
msg= ""
|
||||
if not has_shaper:
|
||||
|
Loading…
Reference in New Issue
Block a user