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…
  • VBA MACRO adding a Line

    I have the following, but cold not get the VBA to copy the added command? 12:01 PM 8/3/2010 - Copied from VBA Macro, but want to add the line below? Sub LocksOn() Dim startPoint As Point3d Dim point As Point3d, point2 As Point3d Dim lngTemp As Long…
  • 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…
  • Moving View to Fit

    Many times when you open a file with a view already open you have to move the view to fit within the area you have on the screen. I now know how to size the view via the design file settings and also have a VBA Macro to change the view to 822 725. What…
  • 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…