mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 01:30:33 +05:00
Bug PAL9480. Fix "import ex05_hole1build"
This commit is contained in:
parent
4d3a3d10b2
commit
c87dcc36c2
@ -156,6 +156,7 @@ class Mesh_Segment(Mesh_Algorithm):
|
||||
hyp = self.Hypothesis("NumberOfSegments", [n])
|
||||
else:
|
||||
hyp = self.Hypothesis("NumberOfSegments", [n,s])
|
||||
hyp.SetDistrType( 1 )
|
||||
hyp.SetScaleFactor(s)
|
||||
hyp.SetNumberOfSegments(n)
|
||||
return hyp
|
||||
|
Loading…
Reference in New Issue
Block a user