yuvismahi2 wrote:I am trying to understand how does the OBJ Export
classification works, and how I can manipulate it. Could you clarify the
question a bit? Are you asking about export to wavefront (.obj) format,
or export to an Archicad library part ...
There is a unique dev-kit for every version of ARCHICAD. To make an
add-on work with a specific version of ARCHICAD, you must use the
correct dev-kit. If you use the AC22 dev-kit, for example, the add-on
will only work with AC22 (not 21 or 23).
Encina's add-ons have been updated for ArchiCAD 16 and are available for
download here. The update is free to registered users (and students).
The new versions will automatically recognise your existing
registration, so you only need to download and ...
ljudeman wrote:How can I open this file with archicad12 on Win 7 The
file is completely empty (the content is zeroed out). You can't open it
because there is nothing to be opened.
Encina's add-ons have been updated for ArchiCAD 15 and are available for
download. The update is free to registered users (and students). The new
versions will automatically recognise your existing registration, so you
only need to download and insta...
Creating a zone category can be a bit tricky. The behaviour of a zone
category includes displaying a stamp in 2D (for the zone) and managing
any parameters that define the stamp content etc. I suspect this error
is occurring because you haven't defin...
The function ACAPI_ModelAccess_GetNum will count the number of bodies in
the 3D view - is anything displayed in the 3D view when you call it?
Also, have you checked if an error code is returned from the function?
As an aside, I wouldn't use this func...
Addons can share a common parent menu, but the menu hierarchy can't be
more than 3 levels deep. For example, all the Ci Tools add-ons are
clustered under a common "Ci Tools" menu: The resources are written like
this: 'STR#' 32500 "Menu items" { /*[ ]...