• 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: --------------------------------------------------------------------------------…
  • 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.
  • 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…
  • 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…
  • MV8.RasterManager.ExportRasterFile in VB.NET

    Hi to everyone, I'm trying to make a batch raster conversion through an external vb.net application. First of all, the task, manually, is to do: utilities | image | convert | Raster Convert. Every .cot file will generate a .JPEG + .HGR…
  • Batch export to .xmt

    Hi, I am aware that this subject is not new to the forum. I haven't really found any answers that solve my problem. I want to export lots of .dgn files, situated in numerous sub-folders, to .xmt format, such that the file is saved in the location…
  • Export .dxf (Microstation BASIC) rename in automatic

    Hi, This is my problem: I like to have a macro for export layer "Livello 1" in a file .dxf with the same name of the .dgn . For example test.dgn --> test.dxf (the name is variable) This is the code (under costruction) but…
  • Extracting the contents of text fields from DGN files

    Dear all, I'm hoping somewhere out there is someone who could help or at least steer me in the right direction! I'm trying to extract the contents of all the text fields held within a DGN file in Microstation 08.05.02.35. All the fields are contained…