Skip to content

Commit d939732

Browse files
committed
feat: Update version to 33.321.0 and add missing IFC predefined type getters
1 parent 8b213b3 commit d939732

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cwapi3d"
3-
version = "33.318.0"
3+
version = "33.321.0"
44
authors = [{ name = "Cadwork", email = "it@cadwork.ca" }]
55
requires-python = ">= 3.14"
66
description = 'Python bindings for CwAPI3D'

src/cadwork/ifc_predefined_type.pyi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,27 @@ class ifc_predefined_type:
168168
bool
169169
"""
170170

171+
def is_hollowcore(self) -> bool:
172+
"""is hollowcore
173+
174+
Returns:
175+
bool
176+
"""
177+
178+
def is_joist(self) -> bool:
179+
"""is joist
180+
181+
Returns:
182+
bool
183+
"""
184+
185+
def is_lintel(self) -> bool:
186+
"""is lintel
187+
188+
Returns:
189+
bool
190+
"""
191+
171192
def is_spandrel(self) -> bool:
172193
"""is spandrel
173194

0 commit comments

Comments
 (0)