• 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: Construct Trim or intersectSurface or ANOther...?

    MDL Documentation Ian: Could I just ask tho' where you are referring to the Mesh API? I have the MDL documentation that comes with Microstation, mdl_programmers.pdf and mdl_function_reference.pdf as well as the mdl_solid_modeling_reference.chm…
  • 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…
  • Can i write translation function

    Hi all! I need help. I need to translate text in data from english to other language. After editing file i need icon, that translate every words in file to anoher language. How can I do this? thnx a lot!!!!
  • 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: Find Drawing Raster after using OpenDesignFileForProgram

    MDL Raster API DanPaul: I tried MDL as well, but it seems there are fewer options than in VBA. I think the problem is not that there are fewer options in MDL (after all, VBA is mostly a wrapper around MDL functions) but that the API is poorly…