Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ Pyramid
Method
Pyramid
src/examples/csg_primitive.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
}
76
static Node Cylinder(double r, double h) {
77
return Node(PRIM_CYLINDER, r, h);
78
}
Callers
nothing calls this directly
Calls
1
Node
Class · 0.70
Tested by
no test coverage detected