Questions tagged [archicad]

9 questions
1
vote
1 answer

Graphisoft GDL - How to get layout name and number inside GDL object

I want to show the layout name and number inside a gdl object that I placed on my layout. How can I get a layout name and number into my GDL script?
Wilt
  • 41,477
  • 12
  • 152
  • 203
1
vote
1 answer

ArchiCAD GDL Stop parameters being changed multiple times in one operation

If an integer parameter is increased by 1 in the parameter script, e.g. parameters test = test + 1 the script may run multiple times during one user operation. A parameter that is assigned 1 to start with could then be 4 after one single user…
Mark
  • 394
  • 5
  • 18
0
votes
0 answers

How can I automatically export Archicad schedule to a DataFrame from a Python script?

I want to export automatically an archicad components schedule (C++) to a DataFrame from a python script. Is it possible, please? Thanks I have been using the save as command from Archicad to save components and surfaces schedules to excel and then…
JIF
  • 1
0
votes
0 answers

Git Branching Strategy for modifications to ArchiCAD object library

I'm looking for some advice on a Git Branching strategy. The CAD software I use, ArchiCAD, has a standard library of objects. There as some minor modifications to these libraries I make to suit our office and I would like to track these changes in…
0
votes
0 answers

Boost.test LNK2019: missing signatures

I'm trying to build an unit test for a dll project (ArchiCAD addon, actual file extension is .apx btw). Test discovery failed and testing it in command prompt showed that the stuff required adding ArchiCAD's library to %PATH%. So I added to my test…
Gyula Sámuel Karli
  • 3,118
  • 2
  • 15
  • 18
0
votes
1 answer

Archicad - Create Simple Textbox with Inputs and show saved data

As per a requirement of a job interview, I am tasked with developing add-ons for Archicad with C++. Archicad is totally new to me and I just heard about the software from my interviewer this morning. I visited the ArchiCAD website for their API…
Arif Hamim
  • 59
  • 7
0
votes
0 answers

Create basic addon for Archicad 22

I install Archicad 22 and Visual Studio 2017. I have Developer API for Archicad. I try to see how it works the example from Archicad Development Kit but when i import from example DC_test is Visual Studio i recive errors. Can you help me please how…
0
votes
1 answer

automated way to create BIM objects (.rvt .aat format)

Is there an automated way to create BIM objects in revit(.rvt) or archicad(.aat) format from product data(xml)? What is needed to create such an object?
kostas
  • 78
  • 1
  • 9
-1
votes
1 answer

Convert to a template class in a function

I'm lamenting about a simple function that converts objects from an array-like data structure into a linked list-like one, both being ArchiCAD's own classes. The question is that is it possible to do it for any kind of objects. Code looks like…
Gyula Sámuel Karli
  • 3,118
  • 2
  • 15
  • 18