License Delivery maintenance is expected to occur on Saturday, November 30, between 8 AM and 11 AM CET. This may cause a short 3-hours outage in which license-related tasks: license key upload, download, update, SSA validation, access to the license pool and Graphisoft ID authentication may not function properly. We apologize for any inconvenience.
Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!
Customizing Grid tool prefixes, indexes and suffixes
2021-07-0104:37 PM - last edited on 2024-09-2409:45 AM by Doreena Deng
2021-07-0104:37 PM
I'm from Georgia and I make projects in Georgian languages and it would be very useful for me to import Georgian alphabet in grid tool. Could anyone support me to add Georgian alphabet to grid tool?
E.G.:
A,B,C... a,b,c... I,II,II... ა,ბ,გ... <<< My language
I don't think we can achieve this due to the fact that the grid marker is hardcoded within AC.
Perhaps it would be better if you and your Georgian AC fellows contact your local reseller and ask for this feature.
I don't think we can achieve this due to the fact that the grid marker is hardcoded within AC.
Perhaps it would be better if you and your Georgian AC fellows contact your local reseller and ask for this feature.
Another possible solution to that - if to add Georgian language support is complicated (it might be complicated, if there is no official Georgian ArchiCAD version - I'm doubting it exists), make temporary solution - update gridline marker, that it would have additional possibility to convert Latin letter into Georgian. Let say A is this letter and B is this letter...
Gridline Marker is not part of ArchiCAD library, but different library of built-in elements. I actually have seen it as a separate folder in one of latest ArchiCAD versions folders - don't remember was it on Windows or Mac, but now cannot find it. Maybe it appeared visible by mistake and one of hotfixes hided the folder again. But I know this folder is hidden somewhere in Graphisoft folder and it's possible to access to GDL scripts of built-in objects. Having real wish (and with Graphisoft support) it is possible to change and replace some of built-in elements including Gridline Marker with any additional features.