Browse By Tags

  • Joining Line Strings

    I'm trying to find a V8 version of a mdl app I had back in V7. It was called Joins.ma and had the ability to join line strings. I used it to join line strings that were on the same level to form a complex chain. I used this rather than the create complex…
  • VBA / MACRO - List Reference FILENAMES

    Hello guys, Im just new to VBA / macros and im kinda in the brink of frustration. Heres the scenario, Basically I just want a VBA ( or syntax ) that will put a text (place text) containing all the attached reference Filenames and it will put the text…
  • Re: Construct Trim or intersectSurface or ANOther...?

    Yeah... sorry for misleading you... I did pull the mdl documents and the solid modelling chm file off the page you referenced a couple of days ago after reading your initial reply... My machine just has a standard cut down roll out of Microstation…
  • Re: Calling VBA from mdl code

    Jeyan: I want to pass an argument from MDL programme to VBA code. I know how to call a VBA macro from MDL: mdlInput_sendKeyin ("vba run myvba", 0, 1, NULL); There are several ways, some more elegant than others: Pass…
  • Re: PROBLEM USING mdlDialog_fileopen function in library "stdmdlbltin.dll"

    It looks like the problem is a type o in the function declaration. The parameter ByVal titlestring As strng should be a string NOT a strng .. The prototype should be: Declare Function mdlDialog_fileOpen Lib "stdmdlbltin.dll" _ (ByVal filename…
  • SELECTION PROGRAM INFORMATION

    I found this on the computer I am assigned for doing Microstation, Sure would like to know how to make it do something ... Thanks Richard 12:13 PM 6/23/2010 ' 03/22/10 - Added item 4 as a test ? ' Example of MbeSelectBox Extension ' --------------…
  • 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 ?????
  • 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…
  • Possible VBA Routine?

    I would like to set something if I run a macro for the first time, could be as simple as set a numric value to 1, then when I press the tool bar button the next time it will see the value of 1 and preform the second section of the macro and reset the…
  • Topological analysis

    Does anyone have a mvba or mdl program to find the intersection of two lines and place a point or cell at the location? The geoscript function that does this is broken and the current version of Map does not do line/line analysis. Thanks Tha…
  • Not able to list the featuredefinitions.

    Hi I have tried both examples from the Bentley Map XFM prommers Reference Guide: Private Sub ProcessFeatureDefinitions() Dim featureDefCount As Long featureDefCount = xft.FeatureMgr. FeatureDefCount Dim featureDefIndex As Long For…
  • Re: insert HEX values into DGN Element Info page

    Element Data Linkages & Attributes Simon: Does any one know how to write HEX values into the Element Information page in a DGN drawing, through the use of an external VB program? Is there any way to modify the MDL program to read plain…
  • Re: Help request from a newbie

    Automating TerraMatch Rachel_985: The third product TerraMatch does not have public functions. It is my belief that for that portion of the routine I will have to open the TerraMatch MDL via my MDL, have the user manually do that portion of the…
  • Customise microstation v7 and v8

    Hi Friends, I am new to programming and really need supports from you guys. 1. Anybody can help me to use MDE for v7 or can give me a detail guide how to use v7 MDE? 2. Can anybody give me a reference guide to customise microstation v7 or v8…
  • Using One Tool bar button to swapp between 1 of 2 Macros

    12:00 PM 6/23/2010 Wanting to check for a 0 or 1 I would like to have a Macro when running check a value of 1 or 0 You would set the value to a 1 or some letter when you run the macro the first time. Then the next time you run the Macro it would preform…
  • Re: return value to mdl from call to vba sub

    Stephanie: I am calling a VBA subroutine from an MDL application and would like to know how to return a string to the calling MDL app. There is an example of something similar in our Configuration Variable Hack . Regards, Jon Summers…
  • Re: Newbie seeking help on Developing in Visual Studio 2005 C# for Microstation V8 XM

    MicroStation Development DeanBB: I believe Jon at LA Solutions has info on this on his site There's stuff about MicroStation VBA , and there's stuff about the MicroStation Development Library (MDL) . However, we've published nothing…
  • Programming dimension driven cell with mdl

    Hi, I use a application written in mdl witch places a dimension driven cell. The dimensions of the cell are modified before placement through a list of values chosen from a list box. I have currently switched to V8XM, before I used my application…
  • Re: Microstation Programming Guidelines question

    MicroStation Development Languages Alan: I just can't quite figure out from looking at the Bentley site exactly what platform is preferred for developing in Microstation these days. The primary development languages for the V8 generation…