Newbie questions
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-05-30
06:04 PM
- last edited on
2023-08-03
09:51 AM
by
Doreena Deng
2011-05-30
06:04 PM
Hi there!
First of all I've got a problem starting the development since I dont really know how to get started.
I mean, Iv'e got much experience with programming, but no clue when it comes to using programming for archicad.
Where do I start? I mean, how do I use my code in archicad?
furthermore, how can I get an access to the project properties, for example how can I actually get the actual number of floors in my project? etc...
thanks!
First of all I've got a problem starting the development since I dont really know how to get started.
I mean, Iv'e got much experience with programming, but no clue when it comes to using programming for archicad.
Where do I start? I mean, how do I use my code in archicad?
furthermore, how can I get an access to the project properties, for example how can I actually get the actual number of floors in my project? etc...
thanks!
Labels:
- Labels:
-
Add-On (C++)
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-05-31 11:58 PM
2011-05-31
11:58 PM
First page to visit:
http://www.graphisoft.com/support/developer/
Download the API kit from here:
http://www.graphisoft.com/support/developer/downloads/index.html
Get the documentation from here:
http://www.graphisoft.com/support/developer/documentation/index.html
.
http://www.graphisoft.com/support/developer/
Download the API kit from here:
Get the documentation from here:
.
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-06-01 12:27 AM
2011-06-01
12:27 AM
BBman wrote:You'll need either XCode for the Mac OS or Visual Studio 2005 for Windows, and should be reasonably proficient in C (ideally C++).
Hi there!
First of all I've got a problem starting the development since I dont really know how to get started.
I mean, Iv'e got much experience with programming, but no clue when it comes to using programming for archicad.
Where do I start? I mean, how do I use my code in archicad?
furthermore, how can I get an access to the project properties, for example how can I actually get the actual number of floors in my project? etc...
Laszlo has given you all the relevant links to the API and documentation. It's mostly a matter of reading the documentation and looking through the examples. Your add-on code is ultimately built into a DLL that is loaded by ArchiCAD as required.
Information about storys (floors) is retrieved by calling the function
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-06-01 05:46 PM
2011-06-01
05:46 PM
Thx.
Well, Iv'e got the visual studio 2010, will it do the work?
Well, Iv'e got the visual studio 2010, will it do the work?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-06-01 05:48 PM
2011-06-01
05:48 PM
BBman wrote:Possibly, but I don't recommend trying. You will save yourself a lot of trouble if you stick to the specified development environment.
Iv'e got the visual studio 2010, will it do the work?
Ralph Wessel BArch
Central Innovation
Central Innovation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-06-10 12:01 PM
2011-06-10
12:01 PM
Where is the API documentation? It is not visible on that page. Only library, LP_XMLConvertor and ODBC driver
--- stefan boeykens --- bim-expert-architect-engineer-musician ---
Archicad28/Revit2024/Rhino8/Solibri/Zoom
MBP2023:14"M2MAX/Sequoia+Win11
Archicad-user since 1998
my Archicad Book
Archicad28/Revit2024/Rhino8/Solibri/Zoom
MBP2023:14"M2MAX/Sequoia+Win11
Archicad-user since 1998
my Archicad Book
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-06-10 12:11 PM
2011-06-10
12:11 PM
stefan wrote:That page is a bit misleading. The documentation for the API is bundled with the API developer kit at:http://www.graphisoft.com/support/developer/documentation/index.html
Where is the API documentation? It is not visible on that page. Only library, LP_XMLConvertor and ODBC driver
Ralph Wessel BArch
Central Innovation
Central Innovation