Hello, I'm looking a way by using key-in(s) to change the angle of multiple selected text to 0° or any other angle defined by me.
I know about program ActiveAngleAssistant, I'm interested in key-in(s).
MicroStation V8i (SS3) 08.11.09.292
Don't know of a key-in, but you can create a selection set, then use the properties dialog to change all of them.
Connect r17 10.17.2.61 self-employed-Unpaid Beta tester for Bentley
Hi, thank you for your replay. All these standard methods (unless keyins, macros) are known by me.
There is no keyin to do that because the text could be at an unknown rotation. The calculation between the random angle and your desired angle requires the logic of a VBA (like the excellent ActiveAngleAssistant).
May I ask why that tool is not suitable for your purpose? What are you trying to accomplish that the macro will not do?
MaryB
Power GeoPak 08.11.09.918Power InRoads 08.11.09.918OpenRoads Designer 2021 R2
I need to do this in a batch process without user assistance.
Record a macro using the selectby and properties dialog. Batch away.
The required angle of the selected elements should be filled in manual by the user in the Element Information dialog window.
If you try recording a macro by using the SelectBy dialog to select your text, and the properties window to set the angle of them all, you may be able to uncover the commands you would need to run in your batch process. Not the macro, but the command the macro records while you do what you need to do. Once you have found those commands, you can try them in a command file for a batch process.