Browse By Tags

  • mdlKISolid_getSurfaceElements() crashes for a particular element, throwing a stack overflow exception

    Hi, I'm currently working with mdlKISolid_getSurfaceElements() in order to split a Smart Solid. But it is throwing a stack overflow exception and finally crashes.I guess this is because of many BSpline curves present in that solid. Can someone help…
  • [2004 C] Rotating a line

    Hi! I'm porting a VBA aplication to mdl. I've already done almost all the work, except a rotation that it's driving me crazy. I just want to rotate a simple line by it's center point 90º. Here is the code i'm using: mdlLine_create(&line,NULL…
  • Re: Dynamic Display of Elements

    Thanks for reply. But Private void fun_DynmicDisplay(Dpoint3d *ptP,int view,int drawMode) TransDescrP myTransient = NULL; myTransient = (TransDescrP) mdlTransient_addElemDescr ( NULL, msedNewElmP, FALSE, 0x00ff, NORMALDRAW, FALSE…
  • Using Windows Icons/Bitmaps in Toolbox from a DGNLIB

    I'm using Windows icons/bitmaps in a Microstation toolbox that are stored in a dgnlib and using MS_GUIDGNLIBLIST to tell Microstation where to find the dgnlib and have a couple of questions regarding this. I've noticed that when using dgnlibs for toolbox…
  • [2004 C] How to use BusyBar and TrackBar ?

    Hi, I'd like to replace the old CompletionBar with TrackBar or BusyBar but I found no documentation, examples or discussions about TrackBar and BusyBar. I did several experiments but I'm not sure on how to use these functions yet. Here a code…