• How do we create ribbon file tab customization

    Arul Kulandaivel
    Arul Kulandaivel
    We need create unique menu to the other users the ribbon customization tab with group of labels. while group of labels or label button Clicked then the event connected to our custom dialog(*.rc) to load/display in the MicroStation main window. How do…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [Connect C++] How to get the color of an element?

    Mario Pîrău
    Mario Pîrău
    Hello, I have a problem while retrieving the colors of the different geometric parts of an element. For parsing the geometry I'm using the IElementGraphicsProcessor to process the element and retrieve the different graphic primitives types (SolidPrimitives…
    • Answered
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • microstation sdk v8.11 - navigating programmatically through surface type 18

    Roberto Cardosi
    Roberto Cardosi
    Dear all, good day. I have a cell containing an element of type Surface(18). I cannot understand how to navigate through its subelements. Here it is visual basic code: Public Sub NavigateThroughSurface( ByVal oApplication As Bentley.Interop.MicroStationDGN…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [Connect C++] list with all the "class name" types of an element

    Stefano Beccaletto
    Stefano Beccaletto
    Hi, Is there a way to get all the class name types that identify elements? Typically for gathering the class name I'm using the following commands: for (DgnECInstancePtr instance : ecMgr.FindInstances(*scope, *ecQuery)) { DgnElementECInstanceP elemInst…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Does the MicroStation CONNECT SDK provide an API or classes to customize the FBX export process?

    Jeremie Seanosky
    Jeremie Seanosky
    For instance, I would like to customize the names of the individual meshes when exporting to FBX so they use the Linkage IDs of the original meshes in the DGN. My original files are DGNv7 formats that I convert to v8 format using the MicroStation Batch…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum