cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base

Knowledge-related articles about developer solutions and Developer Hub guidelines.

Articles

What will you need? You need to install a couple of things to get started with Archicad Add-Ons: Development environment: Windows: Visual Studio - The latest Visual Studio is fine, but make sure that you have the v142 platform toolset installed. MacOS: Xcode - You can use th...

  • 4026 Views
  • 1 likes
  • 0 comments

Archicad Add-On Basics The programming language of Archicad Add-Ons is C++, so you have to be familiar with this language to start. Archicad is extensible in several ways: by creating new menu commands and dialogs, adding import-export functionalities, etc. The API itself is...

  • 5494 Views
  • 1 likes
  • 0 comments

The BIMcloud API lets you upload, download, and delete files on a BIMcloud. By default, you can upload, download, delete files using the web interface of BIMcloud, or using Archicad dialogs. With this API, you don’t need any graphical user interface to do the job so you can ...

  • 3184 Views
  • 1 likes
  • 0 comments

What is BIMx API for? BIMx API aims to convert the BIMx mobile app into a key user-facing component for any BIM-based design, construction and operation service. Using this API, you can enrich your service with powerful 3D model and drawing viewer capabilities and utilize BI...

  • 3888 Views
  • 1 likes
  • 0 comments

This document discusses issues related to add-on compatibility. Introduction For a good summary on (C++) compatibility, see this page from the KDE site. We'll use the terms binary and source compatible the way they were defined on that page. The first type is superior (and o...

  • 1327 Views
  • 0 likes
  • 0 comments

1. Basic questions What is the API Development Kit? API means "Application Programming Interface,"; a software environment that programmers can use to create tools (or "add-ons") enhancing the functionality of Archicad. Why do we need add-ons? While Archicad's functionality ...

  • 2451 Views
  • 1 likes
  • 0 comments

Archicad has several ways to extend its functionality or automate your workflow, so you have to choose the tool that best fits your needs. This article will summarize the possibilities to make you easier to choose. Add-On API (C++) The Add-On API is the ultimate tool to exte...

  • 2567 Views
  • 1 likes
  • 0 comments
Labels