Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ opening
Class
opening
src/ifcopenshell-python/test/test_wall_opening.py:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
@dataclass
54
class
opening:
55
x: float
56
z: float
57
shape: typing.Any
58
depth: float
59
direc: tuple = field(default_factory=
lambda
: (0.0, 0.0, -1.0))
60
61
62
O = 0.0, 0.0, 0.0
Callers
1
test_all
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_all
Method · 0.68