Is there a key-in I can pair with the one below for setting the accuracy under the Working units? I was hoping to set up a batch to change this.
-SET UNITS [Master] [Sub]
Hi,
you would try to search forums at first, it was discussed and answered several times already. The key-in is vba execute ActiveSettings.CoordinateAccuracy = msdAccuracy3, the number in msdAccuracy means a number of decimal places.
With regards,
Jan
Bentley Accredited Developer: iTwin Platform - AssociateLabyrinth Technology | dev.notes() | cad.point
Answer Verified By: slehner
I apologize for asking the question again, I wasn't having any success searching the forum. I was getting anything but what I wanted to do.
Is there also one for the format setting?
I wish I could find a list of these VBA things that are preloaded because I didn't know I could just run that one mentioned without creating something.
Unknown said:Is there also one for the format setting?
vba execute ActiveSettings.CoordinateFormat = <format>, where <format> can be msdMasterUnits, msdSubUnits or msdWorkingUnits.
Unknown said:I wish I could find a list of these VBA things
Well, it's only a help when the proper MicroStation key-in is missing. You can imagine like you run one line VBA macro, so you can check MicroStation VBA ActiveSettings object and its properties.
But it's always better to check if key-in doesn't exist.
This is really helpful but I was also wondering if there are key-ins to set the:
* Mastrer Unit type
* Sub Unit type
* Resolution value per Unit type
* Solids Working Areas value
I'm struggling with this very issue at the moment.
Cheers,
Andrew.