Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
21 changes: 21 additions & 0 deletions src/cadwork/ifc_predefined_type.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading