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...
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...
Can you provide a bit more detail about why the Navigator_Test code
didn't work in your environment, e.g. did the code fail to compile or
link, or did it fail at runtime?