cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
BrunoValads
Booster
since ‎2022-10-21
Thursday

User Statistics

  • 17 Posts
  • 2 Solutions
  • 12 Likes given
  • 7 Likes received

User activity

Hi! I need to figure out a way to make 2D drawings in the 3D view, in a way that the drawings are always facing the camera, preferably while rotating the camera too. My intention is to draw pins where the user clicked in the model. Here’s a mockup of what I mean: Is it possi...
I'm handling with API_AddOnCommand and I'm trying to send a json to my addon but this json has an array field, that should be read in order to proceed. How can I iterate thru a GS::ObjectState when it's a list?
I have a local websocket server running in my system (uri "ws://localhost:8080/ws" currently for tests) and I would like to connect my add-on with it. The add-on should send text messages to this websocket server (with info from the current model), and would be amazing to li...
Hi!I'm getting an Archicad breakpoint exception that closes the program when using libcpr library.In my plugin example, I have the following simple HTTP GET request: cpr::Response r = cpr::Get(cpr::Url{ "http://www.httpbin.org/get" }); This code works in a plain C++ project ...
I'm trying to make an automation that allows the user to send data to a server in the web via HTTP POST, and automatically receive data form this server when its available via HTTP GET.The POST part is solved already, by simply calling it from the menu option clicked by the ...