Browse By Tags

  • Align by Origin Released to the MicroStation Community

    Align by Origin ◄ Download Align by Origin is a small applet written for MicroStation that enables users to quickly align elements about their X and Y origins. Points of Interest For New and Experienced MicroStation VBA Programmers... The class…
  • [Microstation CE Update 17] [C#] | Update buffer | Undo previous change

    I have the next code: public void Update(IDgnECInstance instance, string propertyName, string value) { instance.SetAsString(propertyName, value); instance.WriteChanges(); } How can I enable users to reverse actions performed in my custom form using…
  • reCall 1.0 released to the MicroStation Community

    reCall.1.0 ◄ Download reCall is a small applet written for MicroStation and PowerPlatform applications that enables users to quickly select commands from recent history. When the user issues a double right-click (double reset) the applet presents a…
  • How to Load the OpenRoads SignCAD to DGN Application

    Product: OpenRoad SignCAD 2023 Version: 23.00.00.151 Area: How-to Original Author: Bentley Global Technical Support Introduction: Below are the instructions for loading the OpenRoads SignCAD…
  • Unable to load/create dialog item of type 'IconCmd', id = 40101 from dialog/task "/USTN"

    Dear All, when I am open the microstation... appears warning " Unable to load/create dialog item of type 'IconCmd', id = 40101 from dialog/task "/USTN" ..... how to fixed it..? please your advice..
  • 【MSCE】导出模型全部坐标为三维点集

    老师好,我现在打开了一个体模型如图 ,想要导出它的坐标(不进行任何转换)成三维点集格式,通过export coordinates 进行导出,导出的txt文件是空的,请问是什么原因?如何解决?
  • Dgn file hash.

    I am writing an application for MicroStation and ORD under c# I plan to cache specific data to improve the application's startup speed following a session involving a file. In light of this, having access to a file hash would be extremely helpful. Does…
  • Selection window opens when i try to use shortcuts

    Whenever I try to use shortcuts, (Q) a different menu comes up, the selection menu pops up instead of the usual shortcuts menu. If I want to acess it i'm forced to draw a smart line first and then it gives me the option to go to the shortcuts window and…
  • Coffee Corner技术咖啡角

    技术咖啡角将会包含最新的产品更新信息,更高效的产品使用技巧,优化的工作流。 Coffee Corner 第一期: STAAD.Pro动力设备基础分析设计 Coffee Corner 第二期: OpenPlant for China丨参数化阀门设计流程及应用 Coffee Corner 第三期: Substation China 设计应用和技巧讲解 Coffee Corner 第四期: STAAD.Pro 抗震性能化设计应用 Coffee Corner 第五期: OpenPlant…
  • Come scollegare/eliminare la Nuvola di Punti dal progetto

    Prodotto(i): MicroStation Versione(i): V8i-CONNECT Ambiente: N\A Area: Nuvola di Punti Subarea: N\A Problema L'utente ha un file DGN con alcune nuvole di punti allegate. A causa, ad esempio…
  • How to Order Reference Attachments

    Product: MicroStation Version: V8 2004, XM, V8i, CONNECT, 2023 Environment: N\A Area: Reference Subarea: N\A Problem How to order Reference Attachments to appear behind or in front of active…
  • Changing Element Display Order

    Product: MicroStation Version: V8i, CONNECT, 2023 Environment: N\A Area: Levels Subarea: Level Display Background Elements in a 2D model are displayed based on draw order by default. If you…
  • Extracting instrument tags text from cell with VBA macro...help!

    This is the code I have, and I am trying to pull the text out of cells like in my image and spit it out into a .txt file. The code I have works for things outside of a cell, but I believe the fact of the text being inside of a cell is keeping it from…
  • how to start microstation connect edition programmatically in c#

    I currently have this code in C# in a console application, the only thing at the moment is wanting to open microstation connect edition, but unfortunately it throws an error or returns null static void Main(string[] args) { try { Type type1…
  • accessing the information of the dgn without reading the references with IModel ODBC Driver

    how to get data of dgn model without references another dgn files with ODBC Driver
  • Free-hand drawing or tracing capability in MicroStation

    Product: MicroStation Version: CONNECT, 2023 Environment: N/A Area: Base Geometry Subarea: N/A Problem Is there a "free-hand" drawing or "tracing" functionality available in MicroStation? …
  • Overview of the MS_CONFIGURATIONOPTS Configuration Variable

    Product: MicroStation Version: CONNECT, 2023 Environment: Windows 10/11 Area: Configuration Subarea: WorkSpaces Background/Overview The MS_CONFIGURATIONOPTS configuration variable is uncategorized…
  • Microstation and ProjectWise Integration

    Hello everyone, This discussion is not new but still, I am not getting things in place even after looking at several threads here. I so thought to post a new one. I'm facing some challenges in achieving a specific task using Microstation CE and…
  • AccuDraw Coordinate System Rotation Auto Changes to Auxiliary

    Product: MicroStation Version: CONNECT, 2023 Environment: N/A Area: Drawing Aids Subarea: AccuDraw Problem The Coordinate System Rotation setting in the AccuDraw Settings keeps reverting to…
  • Problem with replacing elements with slabs macro

    Hello, I am trying to reduce the amount of details on a project in Microstation so that project runs smoothly in another program. To do this, I created a macro in VBA that replaces custom elements with slabs. The size of the new elements is taken based…
  • Failed to Install MicroStation with error code 0x80070641

    Product: MicroStation Version: CE Environment: N\A Area: Installation Subarea: General Error message Failed to Install MicroStation CONNECT Edition with error code 0x80070641. Background…
  • Reporting rails or centreline to a 3D element

    Good afternoon, i am wanting to extract offset information from my track to a large volume of 3D elements. All i want is the closest offset to the rail and the maximum height above rail. is there a way i can do this without manually measuring each…