• [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 …
  • [C# MicroStation CONNECT update 15] Does MicroStation API's provide logging capabilities?

    What is the suggested way for logging an MDL app that is loaded with no MicroStation UI through MS_INITAPPS? I tried the basic Console.WriteLine but nothing ever gets printed on the Windows cmd window. I have some System.Console.WriteLine( ) within the…