• How to get the file name to be used for save fence to file?

    Hi Everyone, I'm trying to create a simple VBA script that will place a fence on a certain view, and use place fence save to file to save it on a particular folder in projectwise. I was able to do it by putting up microstation keyin commands but what…
  • [CONNECT 10.16.3.31] How to export cells to fbx via C# / MDL?

    Hi, I'd like to create a MicroStation add-in to export cells as separate fbx-Files. The provided DGN file show quite a lot of references, nested up to 4 levels. The cell library originally used is not provided. I think enumerating/scanning the cells …
  • [MicroStation CONNECT update 16 C#] Export or save as an CIT raster to JPEG from inside an InitApp

    Looking for some help in being able to open and either saveas or export a cit file into a jpeg. Please see the below examples of what I have tried: [Bentley.MstnPlatformNET.AddIn(ApplicationType = MdlApplicationType.InitApp, MdlTaskID = "MicroStationAddinExample…
  • Automatic DWG Export

    Hello , i want to automatic the DWG Export. My first idea where to record a Makro, looks fine but doesnt working. I want to record: File --> Export --> DGN/DWG.. and then i choose DWG. But the MacroRecorder doenst recognice the FileType (Filter…
  • 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: --------------------------------------------------------------------------------…
  • 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…
  • Re: Extracting the coordinates of polygonal features

    Jan, If I use, myVertexList = theElement.GetVertices() VBA Cries with the following message: "Class does not support Automation or does not support expected interface' Therefore, I used your suggestion, and coded the following: Sub…
  • Re: Feature to Text File Export

    Thanks for that really helpful reply. I have attached the DGN file. Now please tell me! I have to extract each of the polygonal facets of the solid and extract the corners of each of the vertices and report to a text file.