• 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?
  • [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 …
  • How to attach a MSLink to an Element

    Hi Everyone, I am trying to write an MDL in C/C++ that should attach Meta-Data to Elements in an external MDB-Database. I wrote already Code to make sure that the correct Database (DB) is attached, but now I have Problems how to attach the created…