Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ rect
Class
rect
src/ifcopenshell-python/test/test_wall_opening.py:37–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
@dataclass
37
class
rect:
38
width: float
39
height: float
40
41
def
build(self, f):
42
return
f.createIfcRectangleProfileDef(
"AREA"
, None, None, self.width, self.height)
43
44
45
@dataclass
Callers
1
test_all
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_all
Method · 0.68