• Import Points CE 3.1 Released to the MicroStation Community - Update 3.1.03 Available

    Import Points CE 3.1.03.zip ◄ Download Import Points CE 3.1 is an open source mVBA applet which runs in MicroStation CONNECT Edition. The applet enables users to import point data from text files– typically comma separated values (.csv), though other…
  • From V8i to Connect with KISolid functions

    Hello, we are in the process of migrating from v8i to Connect SDK. We have many dlls and we need a little help to find some references that are probably relocated, or new ways to do the things we used to do through the old SDK. Lately we had been…
  • RE: Trying to use an external DLL inside a v7 MDL program

    Mark - thanks so much. I had found some of it on other sites (info about the #import ) and have started putting that together in the DLL. Is this a vs2003 native code cpp file? I did see references to mdl APIs in there, assuming it was done in the…
  • Microstation Form Export

    Hi, I have created a microstation macro that can search for all ".DGN" files in a specific folder that the user chooses. below is the code i have written to do so: --------------------------------------------------------------------------------…
  • Is there an API for importing non-dgn files? (i.e. STEP/IGES)

    I'm looking for an API to import STEP files. I was looking in the MDLAPIFunctionReference and MicroStationVBA.chm , but coudln't find anything. I hope it's not only possible via GUI..
  • Exporting Named fences and Models to new file

    Good day. I have a file that I received from a third party who uses a different seed file to me, and i need to use a particular seed file with it. So I opened a new file, with the proper/desired seed file. Then I referenced the original drawing…