Browse By Tags

  • Failing to load a non-Bentley MDL application with an error that says the app is not signed

    Product(s): OpenBuildings Designer Version(s): CONNECT Edition Area: General Subarea: MDL application Problem description: I am trying to load Navisworks Export for NWC file, but I am getting a message that…
  • Solid By Extrusion API in Microstation V8i SelectSERIES 2

    Hello to everyone,I'm currently developing a function that tries to do an extrusion of a MSElement, but unfortunately it seems to be harder than I thought. The API that I tried were mdlKISolid_elementToBody and mdlKISolid_elementToBody2 (the newer one…
  • mdlSystem_newDesignFileAndModel and "File is currently in use by"

    Hi, IHAC that requests the V8i behavior in the CONNECT Edition. Currently we’re porting our old application from the V8i generation to MicroStation CONNECT Edition updt16 10.16.00.84 (updt17 port is coming). Our application runs as MSINITAPPS and…
  • Applying transform through EditElementHandle causes Element descriptor to change

    Hello, I have a following problem: weird behavior is happening on Opencities (link to question, https://communities.bentley.com/products/geospatial/desktop/f/bentley-map-forum/238486/changing-scale-of-a-cell-causes-the-subelement-line-linestyle-scale…
  • Loading MDL Applications automatically

    Product(s): OpenBuildings Designer Version(s): CONNECT Edition Area: General Subarea: MDL Application Problem description: How can I load MDL Applications automatically? Solution: Below is the workflow…
  • [CE MDL/C++] Problems with mdlElmdscr_stroke

    Hi I want to stroke a complex chain element and into an array of points. In V8i I used the function mdlElmdscr_stroke: #define SCALE (mdlModelRef_getUorPerMaster(MASTERFILE)) if (mdlElmdscr_stroke(&pptdPts, &iVertices, pedCurve, 2.0 * SCALE) == SUCCESS…
  • [CONNECT Update 17 C++] MDL load error in MicroStation Update 17

    Hi! I have a native MDL application that runs perfectly in MicroStation Update 16, but in MicroStation Update 17 I get a MDL loader error 127 I'm using the latest MicroStation SDK when compiling the application. I have other native MDL application…
  • European Steel Sections

    I downloaded the mdl application for steel sections but it doesn't include the European structural elements. Is there a separate .ma file for these sections? Looking for IPE and HE members.
  • mdlXMLFragmentList_append changed from V8i to Connect 10.16.02.14

    Hi, I have a legacy code from V8i, that has this: XMLFragmentListP *pXMLData = (XMLFragmentListP*)args; XMLFragmentListP pCurrent = mdlXMLFragmentList_constructFromXMLFragmentElement (edP); if (*pXMLData != NULL) mdlXMLFragmentList_append (pXMLData…
  • Get StringList from mdlStringList_loadResourceWithType

    Hi all, MicroStation Connect Update 13 Version10.13.00.48 I am doing some programming in C++/MDL. I want to change some linestyle names in resource files programmatically. With the function mdlLineStyle_nameGetStringList there is the…
  • Scale all elements in model by 25.4

    I'm using Microstation Connect Update 10 and I'm trying to modify a dgn file(not the active file) and then save it as a dwg file for our cnc operations. Part of the modifications include dropping all the cells and complex elements to geometry, deleting…
  • [C++ MDL Connect] Questions regarding native MDL

    Hi all, I have been experimenting building a native solution and have a few questions, hopefully someone might be able to give some advice to save me pulling any more hair out! Is it possible to build a CLR class library and load that in Microstation…
  • [MSCE U16 C++] change Element color to Colorbook Color.

    Hi Guys, I neet to set the color of an Element to a the color CLASSIC 840-HR:6006. At the moment I'm only capable of passing a Color Index to the element using the Code: DgnFileP activeDgnFile = ISessionMgr::GetActiveDgnFile(); ColorBookPtr…
  • [MSCE C++] mdlWorkDgn_createFile 函数创建文件报错

    for (int i = 0; i < 10; ++i) { printf("i:%d\n", i); // 新建的模型 DgnModelRefP seedModelRefP = ACTIVEMODEL; DgnModelRefP newDgnModelRefP = NULL; WChar* savePath = L"d:\\a.dwg"; StatusInt status = mdlWorkDgn_createFile(&newDgnModelRefP, savePath…
  • List all C Expressions from old MDL

    I'm developing new addins to a system (+20 years old) and I need to handle with some old MDL which I don't have the code. This system also interact with Oracle and others systems, so I'm not even thinking to redo the entire system. I also don't have access…
  • Microstation Connect MDL Edit Tags in a Descriptor

    Hello: I have an issue related to edit tags using MDL on MS Connect. I'm trying to edit a tag attached to an existing cell. It is the code I'm using but I think something is missing. int can_tag = 0; int suma = 0; DgnTagValue val_tagm; DgnTagSpec…
  • [MSCE U13 c++] 有没有类似于EC但是又不用依赖于schema文档的可以在不同dgnfile中运转?

    如题
  • [C# MDL] Create non-static commands, enabling inheritance from a base class

    Hi All, Looking for some advice here on creating MDL commands that allow inheritance from a base class... Reason being I plan to build out a heap of classes that inherit / override methods from a "base" class, to avoid having to manually call these…
  • [CONNECT] - pltpnt.ma Compatible with CONNECT

    My company recently updated from V8i to CONNECT. In V8i there was an MDL application that we used frequently to import text associated with survey coordinates called pltpnt.ma It appears that this MDL app is not compatible with CONNECT. The XYZ…
  • [MSCE U8 c++] SmartSoild union对应的 MDL 函数是哪个?

    对应V8i的并集功能。 CE的连两个都不在一起的物体都可以union。
  • ms中make编译过程梳理

    一、常用宏定义,首先熟悉常用的mke文件定义的内部文件夹路径: 常用宏: $(o)=C:\Users\LN\AppData\Local\Temp\Bentley\MicroStationSDK\objects $(rscObjects)=C:\Users\LN\AppData\Local\Temp\Bentley\MicroStationSDK\reqdobjs $(reqdObjs)=C:\Users\LN\AppData\Local\Temp\Bentley…
  • The fastest way to check feature existence by UUID in DgnModelRefP

    Hi, In our application (called MacroTEL) we dynamically fetch features (in a loop) from an Oracle DB based on user’s zoom&pan operations. When the view’s old and new extents overlap, we get from the DB the same feature that we already have in the DGN…
  • [CONNECT C++] What are the mdlTable_* and mdlTableEntry_* replacements?

    Hello, In V8i we used to use the mdlTable_* and mdlTableEntry_* functions, all from the table.fdf. In the CONNECT Edition (Update 14) these general functions are missing. In what way can we achieve the same functionality? mdlTable_addEntryDescriptorToChain…
  • [Connect] Technique for trusting C# MDL to work when stored on network drive

    I have been struggling for a few days trying to get C# (.NET 4.6.2) MDL's to work when they are stored on a network drive. I am currently getting the message "MDL Loader: Could not load application. xxx" when I move the MDL's to a network path and update…
  • There are information about the MDL Error codes? (mdlLevel_getCode)

    Hi I receive this kind of error from a rendition server. I've been trying to get information about the mdlLevel_getCode in order to understand the origin of the problem. So, is there documentation about this kind of errors? and if it's yes, Where…