Hello everyone,
I've been working on an automation tool for calculating several loadcases with MaxSurf Stability (version 23.05.00.139) using the build-in API with Python (win32com.client lib).
Now I'd like to write a module to automatically save all loadcases as *.hml-files. It is...
This article is to demonstrate a method to automatically create damage tanks combination based on the AutoCAD platform
01: Brief introduction
This article includes a short video demonstrating the process of visually and automatically generating damage tank combinations based on AutoCAD graphics...
Hi erverybody,
I proceed some stability calculations by automation via python.
Now I've the problem that I cannot access the results of the limiting-KG calculation.
msapp.Design.KGResults
causes an attribute error. KNResults e.g. are accessible even the calculation was not processed (results...
I want to Automate Maxsurf modeler and Maxsurf stability from python. In documentation it is provided in VBA but I want to do it in python. I'am trying following code to get Maxsurf application:
msapp = win32com.client.Dispatch("MAXSURF Modeller.Application")
Please guide me how to do it.
Thank you!