Skip to content

asomorjai/dotbim-archicad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archicad Dotbim Add-On

Build

Archicad Add-On to export the 3D model to Dotbim (.bim) format.

How to use?

You can download the latest version here:

Install

You have two options to install the Add-On

First option: Load in Add-On Manager

You can open Add-On Manager with the Options > Add-On Manager command. Open the "Edit List of Available Add-Ons" panel, click on the "Add..." button, and select the downloaded apx file.

Second option: Copy to the Add-Ons folder

Copy the downloaded apx file to the Add-Ons folder of your Archicad installation. Make sure to restart Archicad after the copy. On Windows the Add-Ons folder location is something like this:

C:\Program Files\GRAPHISOFT\ARCHICAD\Add-Ons`

Use

The export functionality is available at two places:

  • File > Save As...
  • File > Interoperability > Export Dotbim File...

How to build?

The build environment is set up for Windows development, but the code should compile on Mac as well.

Prerequisites

You should install some prerequisites to build the Add-On:

Generate the project and build

See the Tools folder for some preconfigured build scripts for each version. Running one of these scripts also generates the Visual Studio project, so after the first run you can continue to work in Visual Studio.

  • Archicad 24: Tools/build_ac24.bat
  • Archicad 25: Tools/build_ac25.bat

About

Archicad Dotbim Exporter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 63.0%
  • Python 21.9%
  • CMake 12.8%
  • Other 2.3%