Browse By Tags

  • MicroStation 2023 SDK (23.00.01.26)

    September 27, 2023 The MicroStation SDK team is pleased to announce the commercial release of MicroStation 2023 SDK (23.00.01.26) for use with recently announced : MicroStation 2023 (23.00.01.44) . Executive Summary Keep Current Release Notes…
  • 调用网格布尔运算接口出错

    老师您好,我想使用mstn ce sdk提供的网格布尔运算接口,我首先读取了本地的obj网格文件到两个polyface对象中,然后调用接口mdlMesh_booleanDifference,用一个空对象去接收运算结果,但是这个结果网格的指针总是null,并且返回结果为false, 我输入的网格是一个球体和一个立方体,有交集,并且导入我生成的dll后能在microstation中显示出来(但是用客户端的布尔运算去做,会提示在planar mesh上无法运算,而我的网格明显不是平面网格) 请问这是哪里的问题呢…
  • [MSCE U17 SDK C#] sample code: what does Session.ActivateContextualTabSet function do?

    Hi Everybody, I am trying to understand the sample code comes with the Microstation CONNECT Edition SDK (Update 17). The sample project I am looking at is at <Mocristation SDK Root Folder>\examples\WPF\WPFDemo\ In the WPFDemoKeyins.cs file of the…
  • MSCE U17 SDK C# Sample Code: how is the *.commands.xml loaded in C# WPF project?

    Hi Everybody, I am trying to understand the sample code comes with the Microstation CONNECT Edition SDK (Update 17). The sample project I am looking at is at <Mocristation SDK Root Folder>\examples\WPF\WPFDemo\ In this project, there is a file WPFDemo…
  • Performing an action on a separate thread

    Good morning. I am trying to perform an action that collects all the alignments in the current model and the references. It works fine is I have that method running on the main thread but, as you can imagine, this will block the UI and, for large models…
  • MicroStation 2023 SDK (23.00.00.83)

    August 11, 2023 The MicroStation SDK team is pleased to announce the commercial release of MicroStation 2023 SDK (23.00.00.83) for use with MicroStation 2023 (23.00.00.108) . Executive Summary Keep Current Release Notes Requirements Changes…
  • OpenBridge crashing when trying to debug SDK example

    All, I am trying to debug the example for OBM but I am facing an issue while starting the applcation. OpenBridge is crashing straight on the first line of code ObmGeometryModelConsensusSDK.Initialize(); I have copied the dlls provided in the redist…
  • python 做ord二次开发 下载那个版本呢

    请问python 做ord二次开发 下载那个版本呢
  • [CONNECT] SDK download missing

    I don't see any MicroStation SDK available (24-Jul-2023) for download on the Bentley Systems Software Download s page...
  • [OBD SDK C++ Update 10] OpenBuildings Designer SDK Update 10 Release Date

    Hi, Are there any plans to release a SDK for OBD U10? Greetings Manuel Höger
  • MicroStation CONNECT Edition SDK Update 17.2

    8. März 2023 Das MicroStation SDK Team freut sich Ihnen mitteilen zu können, dass das MicroStation CONNECT Edition SDK Update 10.17.02.09 verfügbar ist. Dieses aktuelle Release liefert eine Anzahl von Erweiterungen in den folgenden Bereichen: Zusammenfassung…
  • MicroStation CONNECT Edition SDK Update 17.2

    March 7, 2023 The MicroStation SDK team is pleased to announce the release of MicroStation CONNECT Edition SDK Update 10.17.02.09 . The current release provides several enhancements in the following areas: Executive Summary Keep Current Release…
  • 我们现在开发了基于MS软件的插件,该插件可以解析MS打开的DGN模型,并将解析的数据存入数据库,然后使用我们自己开发的基于浏览器的三维模型引擎展示数据库的模型和自定义属性,但是无法在该三维模型引擎中查看到我们之前在OBD软件中维护的模型自定义属性。

    老师,您好 我这个模型是在OBD软件中创建的,在OBD软件中我维护了模型自定义属性,属性名称为“实体单元编码”,我现在使用的是MS软件打开的这个模型,并可以在MS中查看到OBD软件中维护的自定义属性“实体单元编码”,我现在希望把这个模型和自定义属性存到数据库,然后在我们自己开发的基于浏览器的三维模型引擎中取到数据库中的模型和自定义属性,在三维模型引擎界面中可以实现单独点击这个构件,以及查看该构件的自定义属性,有什么好的方法? 我们现在已经实现的一种方法,但是存在一定问题: 我们现在开发了基于MS软件的插件…
  • MicroStation CE SDK编译C++程序的兼容性?

    请问不同版本之间的MS CE SDK编译程序的兼容性如何,使用update 15编译的C++ MDL程序不能在MS CE Update17加载,请问是兼容性的问题吗?能否说明下update 15和update 17 SDK编译的C++程序各自兼容哪些版本的MS?
  • ProjectWise SDK connection client

    We are looking for some help on the ProjectWise SDK. So could you please provide some help on the below item. Issue: We are in the process of infrastructure migration to cloud. Upgrade from PWv8i to CONNECT is part of it. To interface PW from GIS…
  • 安装SACS 二次开发Python包出错

    根据SACS软件中的Python文档——SACS Interop: Python API进行SACS包的安装,顺利安装 SACS-16.0-cp39-cp39-win_amd64.whl,后安装SACS-16.0.tar.gz时报错,安装情况见下图,请问如何解决
  • [ABD C++]AECOsim Building Designer V8i (SELECTseries 6) 这个版本的SDK如何下载?

    各位老师好,我想问下去哪里能够下载到AECOsim Building Designer V8i (SELECTseries 6) 的SDK,我在BDN账户中找不到这个版本的SDK只有OpenBuildings Designer CONNECT Edition部分版本的SDK。
  • [OBDCE C++] OBD中是否有能够根据样式获取渲染材质的接口?

    各位老师好,我想问下 OBD中是否有能够根据样式获取渲染材质的接口?在开发OBD的文件导出插件时,我发现模型按样式赋予材质时在OBD中能够正常显示,但导出时没有材质,只有对模型使用分配材质/连接材质时才能导出材质,因此我想知道OBD中有没有直接根据模型元素的样式获取到渲染材质的接口,这样就不用再 分配材质/连接材质,直接根据样式就导出材质。
  • [Solved] Question RE: ProStructures CE SDK Example 'CorbelDistribution'

    HI all, First of all apologies if this is posted to the wrong place. I hesitated if this should be posted here or the "ProStructures" forum and ended up deciding here is probably more relevant. I was trying to build the C# example project using…
  • Microstation compatibility with Autocad SDK programming and .scr (script files)

    Hello, I'm new in Microstation products and I'm trying to understand Microstation compatibility with Autocad programming (SDK with Visual Studio) anche scr (Autocad script files). Does anybody have experience migrating from Autocad to Microstation?…
  • OpenCities Map CONNECT Edition SDK Update 17

    Hi, I registered that the SDK Update 17.1 package has already been released for Microstation status here communities.bentley.com/.../microstation-connect-edition-sdk-update-17-1 Can someone please tell me when the SDK package for the Open Cities Map Connect…
  • [CONNECT Update 17.1] What's New with the MicroStation CONNECT SDK Update 17.1?

    The MicroStation CONNECT SDK Update 17.1 was published on 18-Oct-22. I'm looking at the delivered documentation to see what's changed. It tells me Click on MicroStation CONNECT Edition SDK Change Logs to quickly and conveniently explore the most recent…
  • MicroStation CONNECT Edition SDK Update 17.1

    18. Oktober 2022 Das MicroStation SDK Team freut sich Ihnen mitteilen zu können, dass das MicroStation CONNECT Edition SDK Update 17.1 ( MSCE SDK U17.1 ) verfügbar ist. Dieses aktuelle Release liefert eine Anzahl von Erweiterungen in den folgenden…
  • MicroStation CONNECT Edition SDK Update 17.1

    October 18, 2022 The MicroStation SDK team is pleased to announce the release of the MicroStation CONNECT Edition SDK Update 17.1 ( MSCE SDK U17.1 ). The current release provides several enhancements in the following areas: Executive Summary Keep…
  • 【MSCE C#】请问如何读取某个dgnFile的工作空间及工作集

    如题,请问如何读取某个dgnFile的工作空间和工作集,该dgnFile并非ActiveFile,可能是通过DgnDocument读取到的DgnFile,如下所示的代码,故无法使用WorkSpaceManager.ActiveWorkSet来获取。 DgnDocument dgnDoc = DgnDocument.CreateForLocalFile(path); DgnFileOwner dgnFileOwner = DgnFile.Create(dgnDoc, dgnFileOpenMode…