We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-08-28 10:19 AM - last edited on 2024-09-17 01:46 PM by Doreena Deng
Hi!
I'am new to Graphisoft Software and it's API, I've been previously developing for Revit.
What I wish to achieve is to create an addon automating importing RFA files to Archicad and exporitng them to GDL based format. I figured I could InteroperabilityIPCRevitExport(Import)App.exe either from console or an c++ add-on.
So I have two questions:
Is there a place I can find documentation or just information on required parameters for the on InteroperabilityIPCRevitExport tool.
Or is there a structure/function in Api which can call external tools ??
Thank you all in advance.
EDIT:
What I mean is to use the existing tool to convert many files without user having to manually do it for each and every file. I need to access this tool from code somehow to achieve this.
2023-08-28 10:30 AM
@Lupine_CAD_Dev wrote:
What I wish to achieve is to create an addon automating importing RFA files to Archicad and exporitng them to GDL based format.
Do you really need to do this seeing it is an already built-in feature of Archicad?
Seems a bit like re-inventing the wheel.
Barry.
2023-08-28 10:57 AM
Yeah, but we have hundreds of files to convert and extract data from. It's way too tedius and time consuming to do it manually, so we want to automate this. Sorry it wasnt clear in the orginal question I should edit it.