cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
noriksaroyan
Booster
since ‎2023-03-08
‎2023-04-21

User Statistics

  • 20 Posts
  • 0 Solutions
  • 12 Likes given
  • 0 Likes received

User activity

Hi everyone! So I have this one-file python script which connects to opened archicad 26 project, gets info about certain elements and writes it into a json file. The question is, how can "convert" this python script into a archicad add-on? Should I p...
Hi, I have this sample json file sent to me, and I can't find their real names in archicad. Sending some of its content below:"objects": [{"l": "F","cf": "-","c/k": "KD","area": "3 m²","cost": "0.00","mark": "124","type": "1000x2200 enterance doors ձ...
Hello everyone! I wanted to know, what are the built in names of door thickness and material it is made of. For more context this is some of built in names Im using for other attributes: propertyIds = acc.GetPropertyIds([ act.BuiltInPropertyUserId("G...
Hi everyone! I was wondering if there is a way to get current project name via python. I've looked up in documentation and, unfortunately for me, I didn't find anything. Thanks in advance!
Hi everyone! I'm new to both python and archicad API and I'm having troubles with retrieving property values of certain elements(doors, in this case). I would appreciate a little help.I'm using archicad26 with python 3.8.9. The code I'm using is atta...