how to change text into same direction in one process..??. i have so many text.. and if i have to change one by one... it takes time.... thanks
Select elements and change angle in Element properties window. Unfortunately there is no command to for example rotate all cells/text to 0 degree so it is horizontal and either need macro or use element properties.
communities.bentley.com/.../rotate-text-placed-at-arbitrary-angle-back-to-0-or-90-degree
Oto said:Unfortunately there is no command to for example rotate all cells/text to 0
Doesn't the Active Angle Assistant mentioned by Judy Wong provide that function?
Regards, Jon Summers LA Solutions
It is VBA macro and VBA is hard to set up for non advanced users especially in CONNECT edition. For example it is hard to explain that in CE you have to load the Macro and then go to macro tab and only there you can run it. It was easier in v8i but even then most still used MSBASIC which was straightforward without confusing projects, modules, procedures.
Answer Verified By: cahyadi idayhac
Hi Oto, did you find a solution to your question?
Oto said:For example it is hard to explain that in CE you have to load the Macro and then go to macro tab and only there you can run it.
Usually, all that's need to run a VBA macro is key-in vba run [projectName]moduleName.procedureName.
vba run [projectName]moduleName.procedureName
Oto said:It was easier in v8i
The same key-in works in all versions of MicroStation that provide VBA.
Oto said:in v8i but even then most still used MSBASIC which was straightforward
I think that plenty of people moved to VBA. There are good reasons to prefer VBA to BASIC.
Jon Summers said:The same key-in works in all versions of MicroStation that provide VBA
Not really it started to work only in U4 (Defect # 490208)
Still there are lots of glitches if trying to run it from utilities menu. Key-in syntax also is not easy you have to know VBA internals. Also not clear why option to run macro from VBA project list was removed. Complicated.
VBA is a last choice for quick tools, too dependent on external uncertainties. Doesn't feel integrated in product at all. Wish BMR macros were more useful.