Open next .DGN file microstation connect
HiI've an old basic macro (not created by me) that gets me to the next .DGN-file in the same folder as the file i'm currently using. I'm now trying to migrate to microstation connect and i've seen that...
View Articlemdl_startDefaultCommand & snapping
I have a program where I call mdl_startDefaultCommand, after which MS switches to a mode where I can pick a point. The problem is that I don't necessarily want the precise coordinates of where I...
View Article[Connect C++] ECvalue DateTime type DST information identification
Hi,I have a model contains DateTime property value. when using following API I found the return time will be affected by the checkbox of Windows Time zone setting:DateTime bentleyTime =...
View Article[Connect - CPP] Problems with DgnModelRefP->CreateNewModel
HiI want to create a new sheet model in the active designfile using the active model as seed. I use these very few lines of code:DgnModelRefP modelRefPlot; modelRefPlot =...
View Article[CONNECT C#] How to get the correct texture coordinates?
For some reason, I'm trying to extract the geometry and material information of elements into OBJ format.Everything was going well until I tried to attach the texture to the geometry.As we all know, we...
View ArticleMicrostation V8i / VBA / Problems with UserForms / FM20.DLL
I'm having problems on a PC (Windows 10 / 64 bit) with UserForms.All other similar PC's in the same environment do not experience this problem.If I try to use a macro that references FM20.DLL it...
View Article[ABD] Can ABD be run as server by IPC
I know in ms connect and v8i there is ConnectionManager.h and the MS can be started from external programs by IPC. However, I can't find the ConnectionManager.h from ABD and I try to run the ABD by...
View ArticleCircle Fence shape?
Hi, I need a circle fence to clip a reference, in my options I just see square fence, is there a command for a circle fence?Thank you!
View Articlemicrostation V8i select series 4
I have worked with Microstation before but everything was setup for me. I started a new position and trying to get Microstation setup to begin design for the company. I will be only working in 2d so...
View Article[ABD] Run ABD from external programs.
I want to start ABD from my external program and then open files or start key-in commands. Is it possible and how?
View ArticleDelete binding of Textstyle on placed texts
Hello,I wonder if there's a way to use key-in or macro to delete bindings between text styles and placed text.I want to delete only the binding of a placed text and not changing the attributes.That...
View ArticleVisual Studio Application in Microstation V8i
Dear Friends,How to use visual studio application in microstation V8i.Can you provide any examples.Regards,Saravana
View Article[CONNECT C++/C#] Load Ribbon in dgnlib
Is there anyway to load and display a ribbon customization residing in a dgnlib with a keyin or mdl function? I tried the keyin "level library attach c:\mydgnlibs\Ribbon.dgnlib" which does attach my...
View Article[ABD] Error happens when use ifcout command.
There is a error when I run ifcout command as the following snapshot.Is there any module missed?
View ArticleTemplate开发问题
复制带有Template的cell,代码如下:std::vector<ElementId>::const_iterator itor = cell.second.begin(); for (; itor != cell.second.end(); ++itor) { DgnModelP fromModel = cell.first; ElementId fromElementId =...
View ArticleVBA interface error: unable to get IDE-0x8004055b
im unable to load Macro. getting error as follows.VBA interface error: unable to get IDE-0x8004055bpl kindly suggest to solve the above issue.Thx.Hari.
View ArticleComboBox as list cell editor with selection field editable
Hi folks,I'd like to setup a combobox list cell editor, where the selection field is editable. Unfortunately this is not possible as the combobox which pops up when clicking into the appropriate list...
View ArticleProblem with clipping reference in VBA (microstation V8i)
I wrote a code in VBA for clipping reference, based on Jon Summers' solutionhttp://www.la-solutions.co.uk/content/V8/MVBA/MVBA-References.htm#ClipBoundaryand adjusted it for my needs. Sometimes when I...
View ArticleVBA interface error
VBA Interface Error:I've tried the ways I could find from this forum to solve the issue: IT checked setting, helped to re-install MicroStation, added and set different MS_VBALCID values, copied files...
View ArticleVB.NET/C#: how to start a specific Application
For a VB.NET/C# program, that is not an addin: What is a good way to start MicroStation as MicroStationDGN.Application? Currently, I just use the "msApp = New MicroStationDGN.Application()". So I can...
View Article