RE: [V8i vba] how to tell if your cursor is to the left or right of a point...
Helloexecute instructions like as if I were not rotated viewthen apply transformation It will not be done wellbut it works Set Line1 = CreateLineElement2(Nothing, point1, point2)...
View ArticleRE: [CONNECT - MDL C++] Problem with mdlClip_isElemInside in 3D
[quote user="Julia Frid"]Is it necessary to convert 3d element descriptor to 2d descriptor for mdlClip_isElemInside() to work in 3D models? [/quote]Clip descriptors work in 3D as well as 2D. So, no,...
View ArticleRE: [Connect up4 NET.API] Addin could not be loaded, it does not have an...
[quote user="Nenad Poljcic"]"....could not be loaded because ... does not have authorized signature"[/quote]This could be one of several possibilities. Here are two...Are you attempting to load your...
View Article[Connect up4 NET.API] Addin could not be loaded, it does not have an...
Hi,I have created several addins and they work fine on one PC.However, when I try to load same addins on another PC I get this message:"....could not be loaded because ... does not have authorized...
View Article[V8i C++] CPU usage
Hi everyone, I'm currently developing several macros using VBA but I found out that when it comes to import, manipulate and project heavy data, the process takes a lot of time to elaborate all these...
View ArticleRE: [V8i C++] CPU usage
[quote user="Luca"]I'm asking you if it's possible to build a stand-alone application, which will run outside the ustation.exe process, but linked to it so I can exploit 100% core power and project the...
View ArticleRE: How to unload a C# addin dll without exiting Microstation
Have you tried this with Connect? I believe they broke it after the v8i series.
View ArticleHow to unload a C# addin dll without exiting Microstation
How to unload a C# addin dll without exiting Microstation. I have tried mdl unload and the dll does not unload.IS there any way to unload the program without exiting Microstation?
View ArticleRE: [V8i VBA] Copying listbox items to 2D array but getting wrong number of...
[quote user="Jon Summers"]Keep in mind that VBA arrays are often, but not always, 1-based (not zero-based). When I write code I put the Option Base 0 statement at the top of each module to avoid any...
View Article[V8i VBA] Copying listbox items to 2D array but getting wrong number of columns
Morning all,I have a listbox which has 6 columns and when populated contains 8 rows. Column 0 items are added from an array via a loop using e.g. LB_Sheet1.AddItem Arrays(CurrArray)(1, i)and the...
View ArticleRE: [V8i vba] how to tell if your cursor is to the left or right of a point...
Thank you, I was hoping there was a MicroStation function. but here is what I ended up doing.Went back to my math days...so I basically want to see if my cursor is to the left or right of a given...
View ArticleRE: [Connect up4 NET.API] Addin could not be loaded, it does not have an...
Hi Nenad, I agree with Jon you should check at first in what mode MicroStation is started (if high security is enabled or not) or if workspace setting is not different because of some variable related...
View ArticleRE: How to unload a C# addin dll without exiting Microstation
I have opened a SELECT SR on this issue. Will update when I get a response
View ArticleRE: [Connect C++] Dpoint3d in publishStructures definitions
Thanks, using typedef DgnPlatform_DPoint3d seems to work.
View ArticleRE: [V8i C++] CPU usage
Hi Luca,a couple of notes as an addition to Jon's answer:A value 12% does not tell too much. I remember some articles desribing how processor utilization value is calculated and it's not quite...
View ArticleRE: [Connect up4 NET.API] Addin could not be loaded, it does not have an...
Hi,I have checked MicroStation mode and it is normal mode not high security. I do not have PowerDraft.Can this be something with Windows security like file-owner?best regardsNenad
View ArticleRE: [Connect up4 NET.API] Addin could not be loaded, it does not have an...
Hi,I was wondering this, is Framework Connect update 4 different from Framework Connect update 2 ?Could this be reason Connect update 4 won't load addins created in Connect update 2 ?best regardsNenad
View ArticleRE: [V8i vba] how to tell if your cursor is to the left or right of a point...
Hellobecause of my poor old English I can not help you moretry to look at this postcommunities.bentley.com/.../327919and download the macro misura-and-place (3) _view_rot.mvbafor me it was very helpful...
View Article[CONNECT] Enable/Disable Custom Toolbox when app is Loaded/Unloaded
I have a custom toolbox, created using MicroStation's customisation tools...The toolbox is shown automatically by MicroStation. Each toolbox icon has an underlying app.-specific command. However,...
View ArticleRE: [CONNECT - MDL C++] Problem with mdlClip_isElemInside in 3D
Thanks a lot for Your help, Jon!I changed view and got correct resultif (mdlClip_isElemInside(&o, dscr, clip.get(), -1, false)) //view from VW to -1
View Article