automation

  1. C

    MaxSurf Stability API Save Loadcases

    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...
  2. bingli

    Automatically damage cases combination for probabilistic damage method

    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...
  3. M

    Maxsurf Stability automation accessing KGResults

    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...
  4. V

    How to do Automation of Maxsurf modeler from python

    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!
Back
Top