Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ Sphere
Method
Sphere
src/examples/csg_primitive.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
a(la), b(lb), c(lc) {}
66
public:
67
static Node Sphere(double r) {
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
}
Callers
1
HideSelected
Method · 0.80
Calls
1
Node
Class · 0.70
Tested by
no test coverage detected