mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
ifc2sql - add missing should_get_inverses description
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user