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…
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…
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.…
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 …
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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