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...
@Viktor Kovacs wrote: This issue occurs because there was a change in
the latest Xcode SDK that is not compatible with the Development Kit.
Although earlier it was possible to always use the latest Xcode,
unfortunately it's not the case anymore. Hi V...
I think this code needs a rethink. For walls etc, the rendered surface
depends on whether it's an override of the wall building material
surface. And if you change the surface attribute, you also need to
specify that it's an override. With doors and ...
You should be able to change the attributes of elements like walls
through the API, but how you do that for surfaces may not be
straightforward. The surface may actually come from the assigned
building material, or it could be an override of the buil...