PAL8238 - Hypothesis for non-regular 1D meshing

This commit is contained in:
asl 2005-11-23 09:27:11 +00:00
parent 2ad752b10c
commit 4d423efd78

View File

@ -108,8 +108,8 @@ hypNbSeg.append(hypNbSeg3)
hypNbSeg4 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
hypNbSeg4.SetDistrType(3)
hypNbSeg4.SetNumberOfSegments(7)
hypNbSeg4.SetExpressionFunction("sin(t)")
hypNbSeg4.SetNumberOfSegments(10)
hypNbSeg4.SetExpressionFunction("sin(3*t)")
print hypNbSeg4.GetName()
print hypNbSeg4.GetId()
print hypNbSeg4.GetNumberOfSegments()