Model dialog creation using native C++
Hi,We can able dock dialog box create using (*.rc or*.r) in MDl applications, if any sample we can get it native C++?Thanks,Arul
View Article[CONNECT u15 VBA] CreateTextElement1 using Template
Hi,when creating a text element with CreateTextElement1() using a Template, then the color of the template isn't applied to the new text:Sub TextTemplateTest() Dim oTextTemplate As TextElement Set...
View ArticleUnable to generate the .ma file with native(C++) code on VS2015 for CONNECT...
Hello Everyone.We have recently generated the .ma file for the Microstation CE with the SDK on VS 2017, but are seeing the issues with VS 2015.When we try to generate the .ma file, getting an error as...
View Article[CONNECT Update 14 VBA] Issue with CreateDesignFile Method
Hi, Im relatively new to Microstation VBA and this is my first time posting here. My company recently upgraded from Microstation V8i (Select Series 4) to Microstation Connect Edition (Update 14)....
View ArticleCurve.FromElement using C#
Dim Curve As New BsplineCurveCurve.FromElement linesHow to use Curve.FromElement function in C# ,I am using MicroStation updated15
View ArticleHow to sign .ma file using rsign.exe
Hi,I need to sign .ma application. I read .ma application can be signed with rsign.exe.But I didn't found rsign.exe in SDK location.Where can I find rsign.exe to sign .ma file. Also heard rsign.exe is...
View ArticleLoad MDL app on Application Startup (MS_INITAPPS)
I am facing some issues in Successful loading MDL apps on Startup. I have modified code as below and loaded MDL app. if (strcmp(l_str_argument.c_str(), "MS_INITAPPS") == 0){...
View Article[CONNECT C++] How to perform release bmake builds
I have installed:MicroStation CONNECT Edition10.15.0.74MicroStation CONNECT Edition SDK10.15.00.076What do I need to add to my bmake files to generate release builds? I tried adding the above at the...
View Article[bmake] replace characters in variables
Hello everyone,I know this is kind of a trick question. But it would be nice to have a trick or solution.I have a variable in the makefile defined like “myvar=was:immer:gefaellt” I like to have it as a...
View ArticlemdlCell_attachLibrary / BeFileName
Does anyone happen to have an example of how to use the BeFileName to attach a cell library?Thanks in advance!Bobby
View Article[CONNECT C++] Should the MicroStation SDK Examples be moved to a public git...
I have installed:MicroStation CONNECT Edition10.15.0.74MicroStation CONNECT Edition SDK10.15.00.076It might be helpful if the MicroStation SDK Examples were moved to a public git repository. That way...
View Article[C# MS Connect Update 14] Microstation and ProjectWise API
Hello everyone,I have not yet installed project wise but I may soon. I have a question in advance: Is it possible to read the content from, let's say a text file, that was uploaded on project wise (via...
View ArticleNot Rule or Dependency
Hi Everyone,I am new to mdl programming. I have Microstations v8i select series 4 and I have downloaded the v8i SDK.I first want to compile and create a simple mc source file to a ma file and then try...
View ArticleWhat do you use to track progress in a completion bar?
In the past, when scanning a model I would use the file position. I would use dgnModel_getGraphicElmStart() and dgnModel_getEOF() to determine the starting and ending file positions, and then update my...
View Article[CONNECT U14 VBA] Create Parametric Solids?
Is it possible to create parametric solids with VBA?The only VBA methods I can find for adding cylinders to a model create "Smart Solids" which can't be manually edited after they are drawn (at least...
View ArticleHow to get window main handle?
My code is as follows:#include <Mstn\MdlApi\MdlApi.h>#include <Mstn\cmdlist.r.h>#include <Mstn\MdlApi\msnativewindow.h>#include <windows.h>#include...
View Article[ORD 2020 R3/Connect] Send to back tool (VBA)?
One of the biggest little complaints I get from folks in my office is that MicroStation does not have a "Send to Back" tool. I point out that we have a "Bring to Front" and Element Priority, but these...
View ArticleI'm using v8i select series 4 and I was wondering if anyone could tell me how...
I'm getting the below warning when I start the developer shell:# Warning: Compiler Setup error# VS80COMNTOOLS not defined. That should have been set when the# .NET 2005 compiler was installed. You will...
View ArticleHow to use GetFitCylinder with point clouds?
I'm a newbie working with point clouds (MicroStation Connect Upd 13 and C++) and I haven't found any code snippet that helps me with the following issue. So I apologize if the question is very...
View ArticleHow to list start point and end point of multi-line from VBA
Recently,I want to use Visual Basic to automatically output the coordinate of cells which has been done.But I have no idea how to read the start point and end point of multi-line in MicroStation.Please...
View Article