Maxsurf Modeler Advanced Automation: TransformAdvanced doesn't work

Hi, I'm student and I'm using Maxsurf Modeler Advanced Automation for my thesis. 

I'm trying to do a TransformAdvanced of my model (using Python) but it doesn't work, and in VBA example or in Manual Modeler Automation there isn't this example function.

Now what I write in my code is:

msApp.Design.Hydrostatics.InitAdvancedTransform
a=bool(msApp.Design.Hydrostatics.SetTargetLWL(4.6))
b=bool(msApp.Design.Hydrostatics.SetTargetBeam(1.1))
c=bool(msApp.Design.Hydrostatics.SetTargetPrismatic(0.6))
print(a,b,c)
msApp.Design.Hydrostatics.AdvancedTransform

Then the terminal return a: False, b:False, c:False so the SetTargets don't work.

Can you help me to solve this?

Thanks, 

Simone

Parents Reply Children
No Data