• List all C Expressions from old MDL

    Helio Augusto Ribeiro de Mello
    Helio Augusto Ribeiro de Mello
    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…
    • over 1 year ago
    • Developers and Programming
    • Developers and Programming Forum
  • [CONNECT C++] What are the mdlTable_* and mdlTableEntry_* replacements?

    Miroslav Mandl
    Miroslav Mandl
    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…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Get and Set ACS

    Ole Gottwald
    Ole Gottwald
    Hello, In the SDK is the example "ViewInfoExample". I build it, but it's not working correctly. If I change the Origin of the ACS in any View, the "View Info Description" doesn't show this change. Closing and reopening these windows doesn't help.…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • modify current ACS

    Alessandro Trebbi
    Alessandro Trebbi
    which are the steps to modify current ACS ? I should reset it (move origin to (0,0,0) and unrotate) I have tried the following code, but the current acs is not modified :( if (mdlACS_getCurrent ( &origin, &rotMatrix, &type, name, description …
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Error "building a simple MDL Application"

    Casper Roubos
    Casper Roubos
    Hi, I have a question about the HelloWorld example on webpage :" Building a simple MDL Application " When I try to build it, I get the error: MicroStation Resource Compiler 03.19.02 BMAKE: no rules to build C:\PROGRA~1\Bentley\MICROS~1\MICROS~1…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT MDL] Reuse Dialog Box Item

    Jon Summers
    Jon Summers
    One of the benefits of MDL dialog boxes is that we can re-use dialog items. That is, one can define a dialog item once and use it many times, in one or more dialog item lists. This re-use idiom extends to MicroStation dialog items. We can incorporate…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT C++] Editing a text element from its eeh

    Topaz
    Topaz
    Greetings, I'm currently struggling with some text modifications (C++ MDL, Microstation Connect Edition). I'm importing text elements from a DWG file into Microstation. I'd like to change some of their attributes before adding them into the DGN active…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • add a reference that should be translated and clipped

    Alessandro Trebbi
    Alessandro Trebbi
    How exactly can i get the modelRef after begin attachment ? I'm trying with: modelRef = builder.GetDgnAttachmentCP()->GetDgnModelP(); but the reference is not translated nor clipped, so i suppose that's the problem (the only difference from v8i…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • How to activate particular parametric set/variation?

    Nirajchandra Gode
    Nirajchandra Gode
    Microstation Connect Edition Update 14 - C++ Native - SDK In a particular model, I have added one variation/Parametric set using API - (IDgnComponentDefinitionModelHandler) -> CreateParameterSet(). I have also created associated variables with this…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Looking for LOW VOLTAGE CIRCUITS solution

    Mike Zdar
    Mike Zdar
    Hi there, Is there any chance to find a sustainable solution to create high grade documentation of LOW VOLTAGE CIRCUITS? My vision is to create electric diagrams, BOMs tied to model. I got couple of ideas to share, dead-ends reached and mind open…
    • over 4 years ago
    • Developers and Programming
    • Developers and Programming Forum
  • SIG Virtual Workshop: MicroStation – July 24, 2018 – You're Invited!

    Patsy Gant
    Patsy Gant
    One of the first steps in updating to MicroStation CONNECT Edition is to assess any programmatic customizations you may currently have and examine how these will be brought forward to MicroStation CONNECT Edition. To learn more, don’t miss the next MicroStation…
    • over 5 years ago
    • MicroStation
    • MicroStation Announcements Forum
  • mdlIntersect_allBetweenElms 在connect上运行出错

    伟 周
    伟 周
    在v8i上运行的好好的函数mdlIntersect_allBetweenElms,却在connect上不能正确运行,同样的程序,编译成connect版本后,结果不对。请问符老师,是什么原因,谢谢。
    • Answered
    • over 7 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • I want to Know the new function Name in MicroStation CONNECT.

    jianping ding
    jianping ding
    I want to upgrade v8i program to CONNECT program,but i do not know same functions name in connect. v8i functions name : mdlKISolid_saveParts(char *fileName, int ascii, int xmtVersion, KIENTITY_LIST *listP); mdlKISolid_setPartName(KIBODY* pBody,char…
    • over 7 years ago
    • Developers and Programming
    • Developers and Programming Forum
  • How can I Call the Export File Command in MDL Program?

    jianping ding
    jianping ding
    I want to call the export file(*.x_t) command in MDL program.like this.
    • over 7 years ago
    • Developers and Programming
    • Developers and Programming Forum
  • RE: [CONNECT] How to Stop Autoload of MDL apps

    Maria Garcia
    Maria Garcia
    Hi Loren, Maybe it is a good idea to post this in the MicroStation programming forums communities.bentley.com/.../microstation_programming Also review this link communities.bentley.com/.../running-mdl-applications MicroStation initialization. MicroStation…
    • over 7 years ago
    • MicroStation
    • MicroStation Forum
  • [CONNECT C++] Module "concepts" and compilation parameters

    Eduardo Cortes
    Eduardo Cortes
    Hi all, I am trying to help a user in the process of MDL migration from V8i to CONNECT, and I have some doubts with some modules and objects equivalences and link parameters. This is how they are currently working in V8i: 1 - They create a .DLL…
    • Answered
    • over 7 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [Connect] MstnPrimitiveTool vs DgnPrimitiveTool and error C2248

    Volker Hüfner
    Volker Hüfner
    Hi everyone. I am not sure where to locate this error. I have a small primitive command derived from MstnPrimitiveTool in V8 and I am trying to convert it to V10. Do you have any suggestions? TIA Volker What I have done: I replaced MstnPrimitiveTool…
    • Answered
    • over 7 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [Connect] missing mdlSystem_getTicks

    Volker Hüfner
    Volker Hüfner
    Another function is missing :-) mdlSystem_getTicks seems still to be in "...\library\mstntoolsubs.lib" but the V8 prototype seems to be different "unsigned long mdlSystem_getTicks(void);" TIA
    • over 7 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • mdlRefFile_getParameters被取代

    Yongan.Fu
    Yongan.Fu
    CONNECT版SDK中不再有mdlRefFile_getParameters函数,它被如下一族函数所取代: mdlRefFile_getIntegerParameters mdlRefFile_getInt64Parameters mdlRefFile_getBooleanParameters mdlRefFile_getDoubleParameters mdlRefFile_getRotMatrixParameters mdlRefFile_getStringPara…
    • over 7 years ago
    • 中国BDN社区
    • 中国BDN社区-威客