Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
MDL
.NET
Bentley
Bentley Map
bmake
c
c#
C++
connect
CONNECT Edition
MDL programming
MDL V8i
MicroStation
MicroStation Connect
MicroStation Programming
MicroStation V8i
MicroStationAPI
MicroStationV8i
Programming
SDK
v8 xm
v8i
V8i programming
VBA
Visual Studio
XFM
Failing to load a non-Bentley MDL application with an error that says the app is not signed
Jabez Alcantara
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…
3 months ago
OpenBuildings | AECOsim | Speedikon
OpenBuildings | AECOsim | Speedikon Wiki
Solid By Extrusion API in Microstation V8i SelectSERIES 2
Alessandro Politelli
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…
5 months ago
MicroStation Programming
MicroStation Programming Forum
mdlSystem_newDesignFileAndModel and "File is currently in use by"
Miroslav Mandl
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…
9 months ago
MicroStation Programming
MicroStation Programming Forum
Applying transform through EditElementHandle causes Element descriptor to change
Lubo B
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…
10 months ago
MicroStation Programming
MicroStation Programming Forum
Loading MDL Applications automatically
Steve Cocchi
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…
1 month ago
OpenBuildings | AECOsim | Speedikon
OpenBuildings | AECOsim | Speedikon Wiki
[CE MDL/C++] Problems with mdlElmdscr_stroke
EvanH
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…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
[CONNECT Update 17 C++] MDL load error in MicroStation Update 17
Jesper Stahl Madsen
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…
Answered
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
European Steel Sections
Mallory Harvey
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.
over 1 year ago
OpenBuildings | AECOsim | Speedikon
OpenBuildings | AECOsim | Speedikon | Forum
mdlXMLFragmentList_append changed from V8i to Connect 10.16.02.14
Miroslav Mandl
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…
over 1 year ago
Developers and Programming
Developers and Programming Forum
Get StringList from mdlStringList_loadResourceWithType
Anneliese Brouwer
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…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
Scale all elements in model by 25.4
Daverode
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…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
[C++ MDL Connect] Questions regarding native MDL
Edward Ashbolt
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…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
[MSCE U16 C++] change Element color to Colorbook Color.
Manuel Höger
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…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
[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…
Answered
over 1 year ago
Bentley 中国优先社区
◆ 二次开发(MicroStation编程, ProjectWise编程等)
List all C Expressions from old MDL
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
Microstation Connect MDL Edit Tags in a Descriptor
Eduardo Rodolfo Mancera Ramirez
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…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
[MSCE U13 c++] 有没有类似于EC但是又不用依赖于schema文档的可以在不同dgnfile中运转?
amender carapace
如题
over 1 year ago
Bentley 中国优先社区
◆ 二次开发(MicroStation编程, ProjectWise编程等)
[C# MDL] Create non-static commands, enabling inheritance from a base class
Edward Ashbolt
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…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
[CONNECT] - pltpnt.ma Compatible with CONNECT
Derek Coulter
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…
over 1 year ago
MicroStation
MicroStation Forum
[MSCE U8 c++] SmartSoild union对应的 MDL 函数是哪个?
amender carapace
对应V8i的并集功能。 CE的连两个都不在一起的物体都可以union。
Answered
over 1 year ago
Bentley 中国优先社区
◆ 二次开发(MicroStation编程, ProjectWise编程等)
ms中make编译过程梳理
ning liu
一、常用宏定义,首先熟悉常用的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…
over 1 year ago
中国BDN社区
中国BDN社区-威客
The fastest way to check feature existence by UUID in DgnModelRefP
Miroslav Mandl
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…
over 1 year ago
Geospatial Programming
Geospatial Programming Forum
[CONNECT C++] What are the mdlTable_* and mdlTableEntry_* replacements?
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
[Connect] Technique for trusting C# MDL to work when stored on network drive
treestump
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…
over 2 years ago
MicroStation Programming
MicroStation Programming Forum
There are information about the MDL Error codes? (mdlLevel_getCode)
Dario Diaz
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…
over 2 years ago
MicroStation Programming
MicroStation Programming Forum
>