eptar
Booster
since ‎2022-01-24
‎2025-04-25

User Statistics

  • 16 Posts
  • 2 Solutions
  • 1 Likes given
  • 2 Likes received

User activity

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...
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...
Hi, Is there a way to import SKP via code (using existing functionality, without writing my own skp importer)? Or at least call the SKP importer directly using ACAPI_Command_Call? I've found some examples for DXF / DWG operations, so I hope we can ge...
Hi, Is it possible to import list definition xmls via code? As far as I know features related to the topic are handled by the InteractiveSchedule.apx. Is there a way to call the import function of that apx? Or the only way of importing is to make the...
Likes received