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...
AppearanceManager::GetMode() will tell you if it's dark/light mode. The
API will build 2 sets of icons (light/dark) and switch between them for
you - no need for extra code. Text colour also dynamically changes to
suit dark/light mode - so very littl...
If the properties are appearing in element settings dialogs, I can't
think of anything related to the API that would prevent that from
exporting with an IFC file - perhaps someone else can suggest a cause?
The documentation for ACAPI_Element_SetIFCPr...
The documentation for API_IFCPropertyAnyValue states: "The
`primitiveType` field is an output parameter only, shall not be set when
setting up a new @ref API_IFCPropertyValue structure." I recommend
removing this line for a start:
ifcProp.singleValue...
I don't know of a way to get the exact camera position from an axo view
- I've only created an approximation by taking the centre of the model
bounds and offsetting it along the axis of the view direction.
I don't think there are examples for everything concerning navigator
items like views, but it's best to study examples like "Navigator_Test"
to get an overview. In general: - Use ACAPI_Navigator_GetNavigatorItem
to collect information about a view fr...