MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / Cone

Method Cone

src/examples/csg_primitive.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 return Node(PRIM_CYLINDER, r, h);
78 }
79 static Node Cone(double r, double h) {
80 return Node(PRIM_CONE, r, h);
81 }
82
83 Node& move(
84 double px = 0., double py = 0., double pz = 0.,

Callers 1

HideSelectedMethod · 0.80

Calls 1

NodeClass · 0.70

Tested by

no test coverage detected