Hi, Been coding in VBA for a couple of years, and know I have a new problem I have never seen before. I have a VBA-tool to scan a model and print file/object information to Excel. All works fine, but when I run my code with Batch process to loop several…
Could anyone help create a batch program to help me create a report to show the working units for multiple dgns?
A little background, we had mutliple people create files in a project and they all used differenet working units. I would like to create…
Hi community.
I have a *.txt file with coordinates (format PointNumber,x,y,z):
101,0.534,0.545,0.535
102,2.523,2.945,1.556
103,2.876,0.987,1.233
104,4.645,3.645,4.656
105,5.234,2.543,3.345
241,8.435,6.754,9.345
242,9.345,11.564,5.566
243,10…
Hello guys!
After a long time of silence I came up with another question. I remember i had question similar to this behavior, but that was for V8I version.
Lets say i have a complex chain consisting of multiple lines. Now i want to modify linestyle…
I'm trying to setup a vs 2017 c++ project to debug a MDL project I created with Microstation SDK Command Utility.
I'm using Promis.e Connect Update 10 (Latest Build). I'm not 100% sure what version of Microstation that translates to, but the add-ins…
Hello fellow humans,
i am trying to put the new quick tools menue on the "Tab"-Key so i can put the normal V8i layout to the first keys of qwert.
Unfortunatly if i press "Tab" i am skipping to the next Field instead of defining my hotkey while editing…
I want to draw a object and make it unable to be altered by other tools expect through the UI I provided.
For example draw a box with a trailing line segement fixed at certain angle to the rectangle. I do not want anything including the size of the…
Hello,
In the SDK is the example "ViewInfoExample". I build it, but it's not working correctly.
If I change the Origin of the ACS in any View, the "View Info Description" doesn't show this change. Closing and reopening these windows doesn't help.…
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 obvious.
I have a DGN with one or several POD files attached…
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)
{
mdlSystem_enterGraphics();
mdlInput_sendCommand(CMD_DIALOG_OPENFILE…
Greetings,
I'm currently struggling with some text modifications (C++ MDL, Microstation Connect Edition).
I'm importing text elements from a DWG file into Microstation. I'd like to change some of their attributes before adding them into the DGN active…
Hi All,
I have some legacy VBA code from v8i that I'm trying to port over to the CONNECT versions - it's using a CExpression with a pointer into the referenceFile struct for a specific reference:
Private Declare PtrSafe Function mdlRefFile_getInfo…