mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 16:40:34 +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 we have a shaper object converting it into geom (temporary solution)
|
||||||
if isinstance(geom, shaper_object):
|
if isinstance(geom, shaper_object):
|
||||||
geom_obj = _shaperstudy2geom(geompyD, geom)
|
self._geom_obj = _shaperstudy2geom(geompyD, geom)
|
||||||
elif isinstance(geom, geomBuilder.GEOM._objref_GEOM_Object):
|
elif isinstance(geom, geomBuilder.GEOM._objref_GEOM_Object):
|
||||||
geom_obj = geom
|
self._geom_obj = geom
|
||||||
else:
|
else:
|
||||||
msg= ""
|
msg= ""
|
||||||
if not has_shaper:
|
if not has_shaper:
|
||||||
|
Loading…
Reference in New Issue
Block a user