Hi everyone,
I am trying to improve on a microsoft visual basic script that is currently copying the equilibrium results table directly. In doing so we lose some of the significant digits and also the format of the data table will be dependent on…
I am trying to automate Maxsurf using Python. My code in Python is as follows-
import win32com.client as win32
msApp = win32.Dispatch("BentleyModeler.Application")
FileName = "MonoHull.msd"
msApp.Design.Open FileName,False,False
While executing…
Hi,
I have a VBA script that runs the tank calibration analysis, extracts the information. What I would like to do is add a step before the analysis that changes the tank calibration spacing to 50 mm from the automatic "Auto" selection for all the tanks…
Hi
Since updating from V21.14 to V22.03 I get the following error in my VBA macros. After this, the program crashes.
I have a older filetype (office 2003) with the same VBA code which works fine. If I try to save the newer version of the macro to…
This document describes the parameter and results names that are used for customizing the stability criteria in MAXSURF Stability.
These parameters are required when setting up criteria, or extracting results via the COM automation interface.
The last few versions of MAXSURF have been available in 64-bit versions only. Whilst most people are using 64-bit operating systems these days, many are using 32-bit versions of Microsoft Office (I'm still a bit of an Office 2003 die-hard fan myself)…
Hi. I'm Vishal Gupta first of all is there any manual for stability automation like it was given for modeler automation.
I have opened my design in maxsurf stability through python automation but how to add loadcase and then want to save large angle…
Use Compartments.Add to add a compartment. They are in different lists because they have different properties (fluid type, intact permeability are for tanks only :-)