• [CONNECT C++] statedata cursor location

    Using global struct statedata (defined in header ..\Mstn\MicroStation.r.h ) my app. can obtain the current cursor position in a MicroStation view... DPoint3d CurrentCursorPosition () { return statedata.current.dpUors; } I notice that as I move the…
  • [V8i SS3 MDL] Setting the cursor position in Microstation with MDL

    Hi, does anyone have an idea, how to SET the cursor position in Microstation via. MDL? I can receive the position with mdlSystem_getCursorPosition(). I want to control the cursor position in a scenario, where the graphical input is coming from a different…