We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-09-18 04:53 PM - last edited on 2024-09-16 02:28 PM by Doreena Deng
Hello,
I'm looking for a way to access the height of opening in text of dimension info and add there some text (in addition to the text that already there).
Adding 3 pictures to show what I mean
Adding Configuration image, and before and after images
Thanks
Windows 11, Visual Studio 2019, ArchiCAD 26, C++
2023-10-16 01:02 AM
Hi Yahavsa,
I haven't tried it myself, but I took a look if it's possible at all.
There is a list of API_DimElem entries in the memo of dimension elements. (See API_Element_GetMemo docs)
Each API_DimElem has a API_NoteType member. There you can change some text which I think might be the place where you can change the dimensions text.
Let us know if that's successful in case you try it! 🙂
Bernd