Ankur Yadav
Participant
since ‎2023-03-22
‎2023-09-07

User Statistics

  • 9 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

Hello, I am trying to automate converting RFA to a GDL object and exporting it to .gsm format. I found one add-on by Bim6X named - "RFA & RVT Geometry Exchange" which seems relevant. I was looking for some ArchiCAD APIs(Python, C++, C#, etc.) to auto...
I want to identify the MEP object type like whether it's a pipe, duct, bend, cable tray etc. I am getting the library object and properties. How do i identify if an object and library part is of specific type (pipe, duct, bend, cable tray etc). Any l...
I want to send a .xlsx file to the server using Restful POST request in a multipart-form data. I am able to send normal text in POST body, but how do i send a file. I am using Communication::Client::Http::HttpClientRequest as shown in CommunicationCl...
I am new to Archicad AddOn development. I need to extract the material information and volume area and other information for MEP Elements like ducts, pipes, cables in Archicad. I tried to find some API for MEP elements but couldn't. Need help for pro...