Browse By Tags

  • Speedikon Handbücher

    Findet Anwendung auf Produkt(e): OpenBuildings Speedikon Version(en): 10.xx.xx.xx Produktbereich: Allgemein Produktunterbereich: N/A Original- Handbücher in pdf Form aus den Speedikon…
  • [CE U17] COM/Interop does not release memory

    It's quite similar to https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/201080/mstn-ce-u14-vba-and-com-interop-does-not-release-memory but this time it happens while accessing child elements…
  • [CONNECT .NET] Get In-Memory Element from COM Impossible

    I want to get a .NET Element from a COM Element ... using Bentley.DgnPlatformNET; using Bentley.DgnPlatformNET.Elements; using Bentley.MstnPlatformNET; using BCOM = Bentley.Interop.MicroStationDGN; Element GetElementFromComElement (BCOM.Element oElement…
  • VBA code to save emails from Outlook to ProjectWise

    I would like to use VBA code to streamline the process of saving emails from Outlook to ProjectWise. I have already developed a VBA solution for saving emails from Outlook to network locations using a specific file naming convention. I already have…
  • Min. GM from Limiting-KG analysis

    Hello, I'm performing some stability calculations by automation via Python. The limiting-KG analysis provides, as the name says the limit of KG. The Class surveyor, who proves my stability booklet insists on it that the limits of the conditions are…
  • Maxsurf_ability of using GPU processor for computations

    Hello all, I am using Maxsurf stability (academic version 21.01.00.73) for research activities. I need to recall Maxsurf stability in massive iterations by automation module. The time-consuming task of my work is stability computation (Intact and damage…
  • COM Automation in MAXSURF: 64-bit and 32-bit compatibility

    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)…
  • {CONNECT C#] sweep profile along Bspline or curve has error

    Hi, I want to create a Bspline curve element, but when I try to create the bspline, the MS will have the error and close automatic. This is my code: BCOM.Application msApp = Bentley.MstnPlatformNET.InteropServices.Utilities.ComApp; List<BCOM.Point3d…
  • Suppress Connect project chooser dialog

    How do I disable Connect project chooser dialog when using Multiframe COM automation interface. Multiframe requires user input at this dialog (either cancel or select a project) - takes away from the whole point of using COM interface. For our purposes…
  • RE: define tank type by Maxsurf stability automation

    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 :-)
  • RE: Speedikon Architektur - wie Dachträger in Gaubenmakro teilen?

    Hallo, nachdem in der Auflistung aller speedikon key-ins für VBA Makros nur der "übergeordnete" Befehl BREAK BEAM = Träger aufteilen aufgeführt wird und ich auch sonst nichts finden konnte, bekam ich aus der Entwicklungsabteilung die Rückmeldung,…
  • RE: Speedikon Projektverwaltung über Shell aufrufen (Parameter)

    Hallo, Nach gründlicher Recherche muss ich Ihnen leider mitteilen, dass das nicht machbar ist. Eine Umgehung o.ä. konnte ich auch nicht finden. Kann leider nur auf das API Handbuch und zur Beschreibungssprache verweisen. Dort ist eigentlich alles…
  • Speedikon Handbücher

    Findet Anwendung auf Produkt(e): Speedikon Version(en): ab 8.0 Umgebung: Windows Produktbereich: Allgemein Ursprünglicher Autor: S. Janku, Bentley Technical Support Group …
  • [V8i MVBA] Extrude Profile to Solid

    I'm testing Extrude to solid method as follows: Sub TestExtrude() Dim oEle As Element 'Dim oSmartSolid As SmartSolid Dim oSmartSolidEle As SmartSolidElement Set oEle = ActiveModelReference.GetElementByID(DLongFromString("62494")) 'This is not necessary…
  • Entity Framework in v8i AddIn

    I am attempting to create an AddIn that writes data from a dgn file into a sql database via a .net 3.5 compatible version of Entity Framework. When loading and executing the addin, I get the following error: System.ArgumentException: The specified…
  • OpenSTAAD in .NET

    Hi All, First post here. I'm tinkering with OpenSTAAD in .NET. There's a lot of info available on using OpenSTAAD with vba, but not much in .NET, so I have a few questions. - Is OpenSTAADUI the correct library to use for COM automation via .NET…
  • Problems and Solution about Resizable Arrays from MicroStation API through COM

    Win7 Esp SP1 MicroStation: various Visual Basic 6 Excel 2007 VBA Hello world, I'm posting this again, because I think it is an important matter. The problem is already in the second part of another thread, http://communities.bentley.com/products/programming…