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…
Hello! It´s me again, with a question.
I´m currently working with a Microstation V8i SS4 version, where I needed to add my own functionality to the move tool, so I´ve decided that I will implement myself it with MDL API, as VBA didn´t offer me the things…
Hallo everyone,
I am trying to write an MDL that recenters certain views when a datapoint or tentative Point is placed in a specified distance from the last one.
For this task I want to use e.g. the mdlState_setFunction(STATE_DATAPOINT, centre2_processDataPoint…
Hi, There are still a lot of V8 installation in the world, so I would like to extend some Elements with DG in V8. There is a sample “DGExamples” of low quality (unused functions, magic texts, link issues, etc.) as documentation. After reading and understanding…
Hello,
Like to choose a DataGroup Catalog Item from the Dataset, like in “Instance add”
In the delivered samples are only cases to change an existing DataGroup instance, if you know already the name of the catalog and of the item.
I could read…
Hello everyone!
I have developed a place function, deducted from MstnPrimitiveTool. Now a customer complains this function has an unexpected tolerance of a few millimeters from the snappoint. I had created this function under MicroStation V8i and this…
class PickPointsTool : MstnElementSetTool
I want to write a tool using the C++ MicroStationAPI supplied with the V8i SDK. The tool should accept multiple point elements (e.g. cells, zero-length lines). Once user has chosen, say, four or more point elements…
Customer is attempting to extract XAttribute data from a ProStructures DGN model. It doesn't seem to be EC Schema data, and he suspects that the data are XmlFragments . Is there a way to test whether an XAttribute contains XmlFragments , then extract…
Hi all!
I am a new programmer to MicroStation. I would like cup 'las' or 'pod' file by software. Is-it possible to do this by Point Cloud or by MicroStation ? If Yes, where can I download the document of the API ?
Thank you a lot
Best Regard
Hello,
I have to open a write protected file as read only at Bentley Map SS4 startup without any prompt. I specify the file name and use the -R switch in command line to do this, and it works fine. However, any further open file operation (ISessionMgrR…