cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

guillaumeks1
Participant
since ‎2020-01-27
‎2022-06-24

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

Hello, I would like to know if it's possible to import an IFC file of a specific object (coming from a web server for exemple) inside an Archicad Model with Archicad API development kit? Thanks. Best regards.
Hello, I'm working on an add-on for AC24.The base of our add-on is the Browser_Control example.We are selecting an element in the model and we are importing properties information for the selected element.We cannot create a new Property Group like it...
Hello,In order to develop an Add-On, I am using Archicad API Developpement Kit 23 and Visual Studio 2019. I try to create a new Property Group using:ACAPI_Property_CreatePropertyGroup(group);However, even if this is working well with Property_Test Ad...