Browse By Tags

  • Re: KIEDGE VS KICOEDGE

    Hi, Brien Thanks for your reply. What I want to do is to get the solid body's faces from the new sheet body. I want to know the face associated with the sliced wire body because there are some information on the face. I just want to get some…
  • [V8i API] Create text element with non-existing font name / generate font number of missing font by name

    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…
  • [V8 V7 C++] What is Cell Extension in V7? How to get it in V8?

    Hi, What is the concept of Cell Extension in V7 Files? Is it relevant for V8 too?
  • Help for API to fetch DGN V8 DRV data records for an Element.

    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?
  • [V8i C++] Is Visual Studio 2005 still the preferred way to go?

    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…
  • [V8 C++ API] Difference between getIsDisplayedFlag() and getIsHiddenFlag() for Levels?

    Also how does one define whether Element in a Level is visible or not? Does it depend on LevelOverride flags?
  • Change the design file from another thread (C++, V8i)

    I'm running a TCP server that communicates with another program in a second thread (boost). I'm trying to open a new design file from that thread by using the next command but it fails with an access violation. Opening files works from the main thread…
  • is there a mdl api to publish the dgn file to i-model file?

    Hi there, Is there any api to publish a dgn file to the i-model file?either native or managed api? Thanks in advance. Gang