Das Wissen aller Anwender nutzen

Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.

Es erwarten Sie:

  • Foren-Vielfalt aus CAD Architektur, CAD Ingenieurbau uvm.
  • Tipps von User für User
  • international: Deutsch, Englisch, Italienisch, Französisch und Tschechisch

Melden Sie sich jetzt an und diskutieren Sie mit!

Zur Registrierung

[Frage] [PythonParts] Add SmartSymbol via Library and IFC

Schlagworte:
  • Pythonpart
  • Interactor
  • SmartSymbol
  • IFC
  • [AIDP-224142]

Hi,

In a Interactor PythonPart, I insert several smart symbols with the add_library_elements tool according to the options defined by user.
It works correctly in Allplan but these elements aren't exported in IFC.

How can I solve it ?

Best
Christophe

Anhänge (2)

Typ: image/png
62-mal heruntergeladen
Größe: 269,66 KiB
Typ: image/png
45-mal heruntergeladen
Größe: 182,06 KiB

Hilfreichste Antwort anzeigen Hilfreichste Antwort verbergen

It seems that, at the moment, smart symbols which are subordinate objects of a PythonPart are not exported to the IFC. This has to be fixed.

Hello Christoph,

can't these elements be exported only using the Python API ImportExportService or generally, even when using the UI of Allplan? If generally, maybe you could attach the .ndw file with just the doors here, so I could try to export it. Maybe there is an export filter you set or there are some attributes missing in this element (if that is a separate element) causing it to be filtered out. Or maybe the geometry cannot be displayed in the IFC viewer you are using. There are so many possible reasons, that comes to my mind, so the best way would be really to have the problematic .ndw.

Best regards,
Bartlomiej Marciniec

Hi,

Here are some answers:

1) Same problem whether with the IFC export function or with the script

2) No active filter in the export.

I send you the files by email

Best

It seems that, at the moment, smart symbols which are subordinate objects of a PythonPart are not exported to the IFC. This has to be fixed.

Hi,

For the moment we can go through bimplus to achieve a coherent IFC export but this adds steps and requires us to use IFC 4.

I hope this will be fixed soon...

Best