Browse By Tags

  • How do we create ribbon file tab customization

    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…
  • [Connect C++] How to get the color of an element?

    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…
  • microstation sdk v8.11 - navigating programmatically through surface type 18

    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…
  • [Connect C++] list with all the "class name" types of an element

    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…
  • Does the MicroStation CONNECT SDK provide an API or classes to customize the FBX export process?

    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…