From a6e3cc667cbd1bbc96d2cee34d8ae037bc38ae11 Mon Sep 17 00:00:00 2001 From: Andrej Date: Fri, 30 May 2025 17:44:14 +0500 Subject: [PATCH] ifc2sql - add missing should_get_inverses description --- src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py b/src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py index a3268d0460..6f359e94a2 100644 --- a/src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py +++ b/src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py @@ -94,6 +94,8 @@ class Patcher: 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 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 make it easy to query properties. This is in addition to regular IFC tables like IfcPropertySet.