Browse By Tags

  • 3D printing

    Has anyone be sucsesfull using V8i in creating 3D printable objects and if so how. I seem not to be able to create a object in Microstation, export it with VRML into a printer usable file and print it. It reports manifold error after uploading the…
  • 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 Program for Search and Increment

    We have a set of electrical equipment that is commonly used in our designs. There are drawings of the electrical equipment with numbers inside circles, which identifies the materials needed for the device. The materials in the electrical equipment are…
  • 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 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…
  • Deploy VBA files (make executable files)

    Dear all, I am new to Bentley Microstation and I am using Microstation v8 (2004). In my organization, they have developed some VBA utilities in Microstation v8 few years back by outsourcing. The outsource company does not exists now and we want to…