mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Project library dropdown - show only libraries compatible with the current schema
To prevent errors trying to append elements from the wrong schema library
This commit is contained in:
@@ -23,6 +23,7 @@ from typing_extensions import NotRequired
|
||||
|
||||
class HeaderMetadata(TypedDict):
|
||||
name: NotRequired[str]
|
||||
# FILE_DESCRIPTION, not the description from FILE_NAME.
|
||||
description: NotRequired[str]
|
||||
implementation_level: NotRequired[str]
|
||||
time_stamp: NotRequired[str]
|
||||
|
||||
Reference in New Issue
Block a user