Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ Box
Method
Box
src/examples/csg_primitive.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
return Node(PRIM_SPHERE, r);
69
}
70
static Node Box(double dx, double dy, double dz) {
71
return Node(PRIM_BOX, dx, dy, dz);
72
}
73
static Node Pyramid(double dx, double dy, double dz) {
74
return Node(PRIM_PYRAMID, dx, dy, dz);
75
}
Callers
nothing calls this directly
Calls
1
Node
Class · 0.70
Tested by
no test coverage detected