👀 Sneak Peek of the Upcoming Archicad Connector Alpha

A post was split to a new topic: Archicad - Include Quantities

Fantastic to hear that!

1 Like

That is fantastic news!

1 Like

A post was split to a new topic: How does receive works for walls/slabs etc?

5 posts were split to a new topic: Blender geometry not receiving in Archicad

A post was merged into an existing topic: Blender geometry not receiving in Archicad

Hello and Happy Holidays! :santa: :christmas_tree:

I have a question, is it now possible to have an Archicad - Speckle - Excel data flow? I have seen you are using Dynamo for Revit to work with the schedules but how about Archicad? Is there a way i can send Schedules via Speckle connector? If not, is this in the planning?

1 Like

The Archicad Connector is still alpha and in this early stage of development our focus is on support of all element types for smooth model exchange to/from Revit and Rhino. Sending schedules is not possible but thank you for your feedback, we will definitely look at this later this year. I assume you would you like to get the quantities, areas, volumes… from the model. Is there anything else (specific object attributes, …) we should consider?

2 Likes

Thanks for considering this!
I have not thought of other attributes or properties yet but I will think of and get back,
It depends if you can have these extracted from the 3D model or directly from the Archicad Schedule sheets.

Hello
When I receive geometry into Archicad -it will always default to concrete
Even if I change the material in Archicad and send it again, when I receive it, it goes back to concrete
Is this how its working now or is there a way to change the materials?

1 Like

Hey @Constantinesis ,

Are you receiving geometry from other software or Archicad geometry?

I am sending the geometry from Blender

I just tried again sending from Rhino and its the same concrete material.

Update
Now i understand whats is it doing. It chooses the current material that is selected when you create new Morph object. The problem is that no matter if you change material of the imported object it will default to the new morph default.

Also, it cant update the existing object, it always creates new one.

Hi @Constantinesis,

The Archicad connector currently can only send the materials (surface in Archicad terminology), the receive is not implemented yet. However it is under development, in the upcoming releases it will be available!
Regards,
József

4 Likes

Thanks the info!
Will you also enable the update feature like in Blender, instead of just create new object?

Yes, that’s definitely the plan! At the moment updating the elements works in some cases, e.g. it is mandatory to have element’s applicationId property filled and sent from the originating application.

2 Likes

Another sneak peek about the material import:


8 Likes

1 Like

I think it would be of great interest that speckle could export the internal guid of archicad elements. We are developing an open source toolset for grasshopper based on archicad json API (Tapir), and having those guid coming from speckle/archicad would enhance new workflows with Tapir (Archicad element’s guid is the primary way to call particular elements from JSON API, wich happens to be the “skeleton” of our plugin)

thanks

2 Likes

Hi @leceta,

The Archicad internal unique id is currently exported as applicationId property:

E.g. there is a wall in Archicad:

In Speckle:

The applicationId property is a special Speckle data which contains the id of the element in the originating software. Sometimes it is not filled when there are no ids of element (e.g. Grasshopper), sometimes it is longer than a normal guid (e.g. in Revit). However for Archicad it is always a 128 bit guid.
If it is not sufficient for you or there are other issues, please let us know!
Thanks!

4 Likes