• Facing an error in microstation v8i selectseries4 while defining actor path for animating a man model to a defined path.

    I am using microstation v8i ss4. I have created keyframes for animating (making the man model walk). After setting the keyframes, when I am defining the Actor path and orientation it is showing the following error. Can anybody help me out?
  • Text Background BorderMargins.X and BorderMargins.Y not responding to macro

    I have a very simple macro below that appears to be correct but for some reason the BorderMargins.X and .Y values do not change when the macro is run. Why is that? Sub Macro1() Dim otext As TextStyle Set otext = ActiveSettings.TextStyle otext.BorderColor…
  • Tittle Block Modification

    I have many DGN drawings. I want update tittle block on each drawing to edit on text according to excel file.
  • 【C# mstn V8i Addin 】Get the user's Toggle AccuDraw coordinate system. And then change the three-dimensional perspective of my painting CellElement.

    I want to get the user's Toggle AccuDraw coordinate system ( Toggle AccuDraw coordinate system through the shortcut keys such as T, F, V, S, etc. is not the ACS auxiliary coordinate system), change the Toggle AccuDraw coordinate system, and then change…
  • [Microstation V8i Select series 4] mdlKISolid_faceData()

    Hi All, I am trying to use the below MDL API to get the data from a face. I have got this face with a smart solid using the API mdlKISolid_getFaceList(). I use C++ language. mdlKISolid_faceData( KILOOP** loop , KIFACE** next , void** surfacePP …
  • Entering Multiple Lines Using Notepad

    Hello, I currently am able to find and replace text using the following code in Notepad, utilizing the batch process command in utilities, version V8i: MDL SILENTLOAD FINDREPLACETEXT,CHNGTXT CHANGE DIALOGTEXT FIND DIALOG SEARCHSTRING OLD TEXT HERE…
  • Edit Dimension Element

    Dear All, I want to stretch the existing linear dimension element between two points. How to accomplish this by using C#? For line element, we have 'modify vertex' method. Similarly, is there any inbuilt method/option is available to modify linear…