From d9397324782f687a9b6d8ced2fab67619a699d50 Mon Sep 17 00:00:00 2001 From: Michael Brunner Date: Tue, 28 Jul 2026 14:49:17 +0200 Subject: [PATCH] feat: Update version to 33.321.0 and add missing IFC predefined type getters --- pyproject.toml | 2 +- src/cadwork/ifc_predefined_type.pyi | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c8723a..4404c4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cwapi3d" -version = "33.318.0" +version = "33.321.0" authors = [{ name = "Cadwork", email = "it@cadwork.ca" }] requires-python = ">= 3.14" description = 'Python bindings for CwAPI3D' diff --git a/src/cadwork/ifc_predefined_type.pyi b/src/cadwork/ifc_predefined_type.pyi index 9686df6..d221b8e 100644 --- a/src/cadwork/ifc_predefined_type.pyi +++ b/src/cadwork/ifc_predefined_type.pyi @@ -168,6 +168,27 @@ class ifc_predefined_type: bool """ + def is_hollowcore(self) -> bool: + """is hollowcore + + Returns: + bool + """ + + def is_joist(self) -> bool: + """is joist + + Returns: + bool + """ + + def is_lintel(self) -> bool: + """is lintel + + Returns: + bool + """ + def is_spandrel(self) -> bool: """is spandrel