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