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