Hello everyone!
I´m currently developing a little mechanism to do checks on my DGN files, and I would like to save a variable value (for example bool) into a DGN file. I mean like, value of my variable will be persisted with the DGN file itself. So…
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.
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(…
Hello, is there a way to create a text element with font that is not currently available?
Let's say I need to create a text element which uses 'simplex' font in first version of MicroStation V8i where normally is installed only one SHX font - 'msdefault…
Thank you both Jon and Jan.
I've got some expertise in programming C# applications and I have already some developments for MicroStation, so I would like to try invoking the MDL API from C#.
Nevertheless if it were necessary, I could also try to…
I have a microstation .dgn file which has references attached to it. When I perform an exchange to one of these files Microstation immediately locks the file before any of it input commands get fired.
My MDL Plugin code wants to ask the user if…
hi,guys
Can any of you explain the difference between KIEDGE and KICOEDGE?
What I want to do is to get faceIDs after calling mdlKISolid_slice.
First, I call mdlKISolid_getEdgeList(bodyList, slice),
then, from each body I can get each face…
I am working on DGN V8 APIs.
Here I am stuck to fetch the corresponding .drv file record data for a DGN Element.
What are the APIs that can be used to get this data from .drv file?
Hi all,
I started doing MDL programming about 20 years ago but for the last 5 - 6 have only touched it "once in a blue moon" to update for some clients apps that still run on "old" MicroStation, pre V8. One of my clients now wants one of these apps…
Hi,
I am a new bie to MicroStation SDK.
I am using
MicroStation V8i(select series 2).
MicroStation V8i(select series 1) SDK.
I have created a dll using C++.
May i can know the process to build .mke and .ma files to load in…
Hi all - new member, new to v8i
I'm a programmer who created complex MDL (3d wireframe) models prior to taking an 8-year assignment in our IT group. I have also created dozens of utilities for designers to use, all using the old-style MicrostationJ…
I'm doing native code MDL development using C++ and VS2008 and Microstation V8i (08.11.05.17)
I'm a dotnet developer and now a the basics of MFC and Win32 programming.
I am trying to understand the difference between native window and MFC dialog…
Hi. If you know the solution of following matter, please kind someone teach me. When an element in external reference file be appended to an active node element as MDL dependency linkage, I failed to set the valid refattid member.
Now, I investigate…
I would like to store some information to XData fields, so it could also be saved to AutoCad models. From the mdl API I have found functions to save and read XData but how can I delete or modify certain fields?
Lets say for example that I want to save…
Hi,
Is it possible to color solids and surfaces with rgb values calculated from custom functions without using textures? I would like to have a pipe which temperature is calculated online and shown on it. Something like this on a surface: http://en…
Hi
I have a problem reading a cell library that contains cells built up by cells. And the problem only is for cells, no other element types. When I read the library my callback function from the scan critera gets these elements:
From cell 1: shape…