mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
Merge from V6_main 01/04/2013
This commit is contained in:
parent
bd8f1aee7c
commit
de3c6b4c61
@ -895,7 +895,7 @@ class StdMeshersDC_Prism3D(Mesh_Algorithm):
|
||||
self.mesh.smeshpyD.SetCurrentStudy( None )
|
||||
hyp = self.mesh.smeshpyD.CreateHypothesis(hypType, so)
|
||||
self.mesh.smeshpyD.SetCurrentStudy( study ) # enables publishing
|
||||
if not distribHyp:
|
||||
if not self.distribHyp:
|
||||
self.distribHyp = self.Hypothesis("LayerDistribution", UseExisting=0)
|
||||
self.distribHyp.SetLayerDistribution( hyp )
|
||||
return hyp
|
||||
|
Loading…
Reference in New Issue
Block a user