Browse By Tags

  • Microstation Glitch, settings problem, or poor scripting?

    First time posting. I have created a form to edit title blocks. 98% it works just fine but an issue occasionally arises in which an element it places change color depending on which direction you move the mouse over them. If you hover on the element…
  • MVBA and Manipulating References

    I had written some code to bring in some tiff files via raster manager and manipulate their size, location, etc. With the raster manager it was easy enough to place them interactively and therefore tell microstation via mvba where to start and end placing…
  • How to Cancel Undo operation and continue IPrimitiveCommandEvents (Microstation V#8.1 / 8.5)

    I am using "IPrimitiveCommandEvents" for creating line. but when I press "Undo (ctrl +z)" then a)- my command finish and b)- undo operation runs. I want when I press "Undo" : a)- "IPrimiitiveCommandEvents" may not finish and b)- no Undo…
  • How can I convert Bspline curve into Simple Curve.

    when CAD operator create complex-shape using "Flood" method then curve convert into bspline curve. I don't want this Spline curve. It there any tool , formula or code for converting bspline curve into simple curve without misplacing ?????
  • Cell Library Search

    One thing I have always wanted in MicroStation is a way to search cell libraries by cell description (and maybe even cell content). Sometimes you either have a lot of cell libraries, or a very large cell library. I finally looked into doing it as a VBA…
  • Adding/Updating Filename in text

    *EDIT* Thanks for the welcome and heads up Jon. I've restarted the post at the 2004 vba forum.
  • Test for 3-dimensionality of attached cell library

    Hi all, I need to test for 3-dimensionality of attached cell library to current design file. In MS/J I was allowed to do that by checking tcb->fbfdcn.library3d value. Because of this structure field was removed in V8, how to do this…