ifc2sql - add missing should_get_inverses description

This commit is contained in:
Andrej
2025-05-30 17:44:14 +05:00
parent 59b17fc593
commit a6e3cc667c
+2
View File
@@ -94,6 +94,8 @@ class Patcher:
entities will be separated into multiple rows. This means the ifc_id entities will be separated into multiple rows. This means the ifc_id
is no longer a unique primary key. If False, lists will be stored as is no longer a unique primary key. If False, lists will be stored as
JSON. JSON.
:param should_get_inverses: if True, a list of entity inverses ids will be stored
in a separate column as a json string.
:param should_get_psets: if True, a separate psets table will be created to :param should_get_psets: if True, a separate psets table will be created to
make it easy to query properties. This is in addition to regular IFC make it easy to query properties. This is in addition to regular IFC
tables like IfcPropertySet. tables like IfcPropertySet.