cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
eptar
Booster
since ‎2022-01-24
Friday

User Statistics

  • 22 Posts
  • 2 Solutions
  • 1 Likes given
  • 5 Likes received

User activity

We have 2 addons using the same palette logic, so the good old copy and paste method helped us to create the palette in our new application. We used the same grc, changed the addonid, also created a new guid for the palette of our new addon so we can register a callback. Dur...
Is it possible to insert a new MEPRoutingNode to existing MEPRoutingElement from API?
Hi, Anybody knows exactly how the new subscription model affects addon development (if it does at all)? Archicad Studio is just the name of the Archicad, BIMcloud, BIMx package? Still there will be individual versions, just users can buy AC only in a subscription model (so s...
Is possible to set GLOB_MODPAR_NAME from api when i changing something in memo?
What is good way to draw RubberArc in 3D?Becouse when i switch to 3d mode, the result is wrong. The result ignored any coordinates.API_RubberArcType rubberArc = {}; rubberArc.lineThick = APIRubberLine_Simple; rubberArc.origC = { origo.x, origo.y, 0.0 }; rubberArc.radii = fal...
Likes received