mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +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 )
|
self.mesh.smeshpyD.SetCurrentStudy( None )
|
||||||
hyp = self.mesh.smeshpyD.CreateHypothesis(hypType, so)
|
hyp = self.mesh.smeshpyD.CreateHypothesis(hypType, so)
|
||||||
self.mesh.smeshpyD.SetCurrentStudy( study ) # enables publishing
|
self.mesh.smeshpyD.SetCurrentStudy( study ) # enables publishing
|
||||||
if not distribHyp:
|
if not self.distribHyp:
|
||||||
self.distribHyp = self.Hypothesis("LayerDistribution", UseExisting=0)
|
self.distribHyp = self.Hypothesis("LayerDistribution", UseExisting=0)
|
||||||
self.distribHyp.SetLayerDistribution( hyp )
|
self.distribHyp.SetLayerDistribution( hyp )
|
||||||
return hyp
|
return hyp
|
||||||
|
Loading…
Reference in New Issue
Block a user