How to do Automation of Maxsurf modeler from python

Discussion in 'Software' started by vishal, Jun 7, 2018.

  1. vishal
    Joined: May 2018
    Posts: 12
    Likes: 0, Points: 1
    Location: India

    vishal Junior Member

    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:
    Code:
    msapp = win32com.client.Dispatch("MAXSURF Modeller.Application")
    Please guide me how to do it.
    Thank you!
     
  2. Motticelli
    Joined: Oct 2018
    Posts: 2
    Likes: 0, Points: 1
    Location: Hamburg

    Motticelli New Member

    Hi,
    I had the same problem and I'm still at the very beginning in automating Maxsurf.
    But now I found out that following works:
    Code:
    msapp = win32com.client.Dispatch("BentleyModeler.Application")
    @vishal: I think that you already got it too, or you gave it up ;-)
    for all others it might be a hint.
     
Loading...
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.