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?
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…
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…
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 …
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…
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…