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…
  • 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 to run Microstation-BASIC with parameters....

    How to run Microstation-BASIC with parameters.... I am taking about Microstation-BASIC not VBA. In previous question I learnt how to get keyinarugments in vba. Now I can to know , How to pass parameter to a Microstation-BASIC ??? Good day…
  • I want to run vba routine by giving parameters also. Is it Possible ? (microstation 8.1/8.5 vba)

    I want to run vba routine by giving parameters also. Is it Possible ? (microstation 8.1/8.5 vba) e.g., Public Sub ShowFea (intScale as Integer, lngFeaCode as long) 'todo: .... End Sub i want to run it by writing following command: vba run showFea (1,2002…
  • 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…
  • Basic Macro - Command Reference Scale

    I realize most of you would say don't use Basic Macros with V8 & to use VBA instead... Does anyone have an idea about what I may need to add to the command line (that works in v7) high lighted below so it'll work in V8? I have a title block that…