We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-11-09 06:02 PM - last edited on 2024-09-16 02:40 PM by Doreena Deng
Hi guys,
Do you know how to create a Fill using Fill Tool (like the picture below) in ArchiCAD API C++?
If you know can you tell me?
Thank you very much.
2023-11-10 07:57 AM
Hi,
Please look at the Do_CreateHatch()
and the CreateRectangleFill()
sample code in Element_Basics.cpp in the Element_Test example add-on's source.
Best, Akos
2023-12-15 02:16 PM
Dear @Akos Somorjai I am new to the Graphisoft C++ API. I have been using Revit API for 3years on C#. Now I am learning C++ and its possible application based on the Archicad C++ API.
Can you please advise me on how best to use the documentation of the Archicad C++ API? Even though I am gradually getting a grasp of it.