Product:
MicroStation
Version:
V8i, CONNECT
Environment:
N\A
Area:
DWG
Subarea:
General
Problem
Prefix \ not working for DWG key-ins. Prefix \ not working for DWG key-ins while in DGN files…
Hi all,
I have been experimenting building a native solution and have a few questions, hopefully someone might be able to give some advice to save me pulling any more hair out!
Is it possible to build a CLR class library and load that in Microstation…
Product:
MicroStation
Version:
V8i, CONNECT
Environment:
N\A
Area:
Programming
Subarea:
General
Problem
When I try to load my MDL applications within MicroStation, I am met with the following…
I am trying to find a way to deploy my dll built in c++ to my microstation application. Could you please suggest the steps to deploy it and convert to microstation ma and dll file? I am using Micrstation v8i SS6.
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 not delivered with MicroStation Connect SDK…
Hi there,
New to the MicroStation SDK - I am familiar with the AutoCAD ObjectARX lib. I see that RealDWG is included with MicroStation but when I am trying to perform the same code I have in AutoCAD it is not working the same within a C# MDL app in…
All,
We have a legacy MicroStation application which has been problem-free but which was recently tested running on MicroStation 10.15.00.74. The application runs as an INITAPP and never calls mdlSystem_enterGraphics. Upon calling mdlSystem_newDesignFile…
Hi,
I have a question about the HelloWorld example on webpage :" Building a simple MDL Application "
When I try to build it, I get the error:
MicroStation Resource Compiler 03.19.02
BMAKE: no rules to build C:\PROGRA~1\Bentley\MICROS~1\MICROS~1…
How exactly can i get the modelRef after begin attachment ?
I'm trying with:
modelRef = builder.GetDgnAttachmentCP()->GetDgnModelP();
but the reference is not translated nor clipped, so i suppose that's the problem (the only difference from v8i…
I develop plugins for the OpenCities Map PowerView CONNECT Edition application with C++.
From one of my plugin I use the mdlInput_sendKeyin() function to trigger a feature in another plugin developed by me also. I want to log every keyin commands which…
Microstation Connect Edition Update 14 - C++ Native - SDK
In a particular model, I have added one variation/Parametric set using API - (IDgnComponentDefinitionModelHandler) -> CreateParameterSet().
I have also created associated variables with this…
Updated for MicroStation CONNECT Edition. By downloading and using the software you accept the License Agreement . Refer to the CellTool blog article for more information on this utility.
I am working on viaduct post tensioning & have managed to plot a 3D smart line for the tendons (~700 done automatically) but I am now trying to add fillets to them via a macro or VBA to bulk fillet each line based on a dynamic radius. For example end…
Hi there,
Is there any chance to find a sustainable solution to create high grade documentation of LOW VOLTAGE CIRCUITS?
My vision is to create electric diagrams, BOMs tied to model. I got couple of ideas to share, dead-ends reached and mind open…
One of the first steps in updating to MicroStation CONNECT Edition is to assess any programmatic customizations you may currently have and examine how these will be brought forward to MicroStation CONNECT Edition. To learn more, don’t miss the next MicroStation…
Hello All,
How to call this lidar tmodel function //how to bind Dpoint3d and int to form a expression to evaluate using mdlCExpression_getvalue
int FnSurfaceZ( Dpoint3d *Pt, int I) ; // with parameters
mdlCExpression_getValue( &Val, &Res, Expr,…
Hello,
we are in the process of migrating from v8i to Connect SDK. We have many dlls and we need a little help to find some references that are probably relocated, or new ways to do the things we used to do through the old SDK.
Lately we had been…
I have a problem creating a new microstation object from my current session ( that i should use to perform some file operations without closing current dgn )
the problem is that i need a bentley map session ( that is, to load a specific configuration…
I am trying to get the ElementRef and DgnModelRef from C# API of elements I have selected so I can pass through to some Native MDL code that needs to use them?
From searching through these community forums and browsing the C# functions/properties I…
I am trying to determine whether or not a text element (or e shape) is placed inside a shape/complexshape. No matter what I try, I get an error.
Here is the code:
Point3d pText = eleText.get_Origin(); Array psShape = e.AsShapeElement.GetVertices(…
I created an addins with IChangeTrackEvents to detect the deletion of an item. Can i cancel the deletion with a question?
Any ideas?
Thanks
Public Sub ElementChanged(AfterChange As Bentley.Interop.MicroStationDGN. Element , BeforeChange As Bentley…
We have an MDL application (since ported to Native Code) that resymbolizes elements on the fly based on user specified criteria. Changing Color, Style, and Weight are the most common uses and this application has worked just fine for many years. I am…