Browse By Tags

  • 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…
  • [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…
  • Get and Set ACS

    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.…
  • modify current ACS

    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 …
  • Error "building a simple MDL Application"

    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…
  • [CONNECT MDL] Reuse Dialog Box Item

    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…
  • [CONNECT C++] Editing a text element from its eeh

    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…
  • add a reference that should be translated and clipped

    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…
  • How to activate particular parametric set/variation?

    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…
  • Looking for LOW VOLTAGE CIRCUITS solution

    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…
  • SIG Virtual Workshop: MicroStation – July 24, 2018 – You're Invited!

    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…
  • mdlIntersect_allBetweenElms 在connect上运行出错

    在v8i上运行的好好的函数mdlIntersect_allBetweenElms,却在connect上不能正确运行,同样的程序,编译成connect版本后,结果不对。请问符老师,是什么原因,谢谢。
  • I want to Know the new function Name in MicroStation CONNECT.

    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…
  • How can I Call the Export File Command in MDL Program?

    I want to call the export file(*.x_t) command in MDL program.like this.
  • RE: [CONNECT] How to Stop Autoload of MDL apps

    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…
  • [CONNECT C++] Module "concepts" and compilation parameters

    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…
  • [Connect] MstnPrimitiveTool vs DgnPrimitiveTool and error C2248

    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…
  • [Connect] missing mdlSystem_getTicks

    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
  • mdlRefFile_getParameters被取代

    CONNECT版SDK中不再有mdlRefFile_getParameters函数,它被如下一族函数所取代: mdlRefFile_getIntegerParameters mdlRefFile_getInt64Parameters mdlRefFile_getBooleanParameters mdlRefFile_getDoubleParameters mdlRefFile_getRotMatrixParameters mdlRefFile_getStringPara…