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

Method Node

src/examples/csg_primitive.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 Node(Prim p, double la, double lb=0., double lc=0.)
61 : prim(p), op(OP_TERMINAL),
62 x(0.), y(0.), z(0.),
63 zx(0.), zy(0.), zz(1.),
64 xx(1.), xy(0.), xz(0.),
65 a(la), b(lb), c(lc) {}
66public:
67 static Node Sphere(double r) {
68 return Node(PRIM_SPHERE, r);

Callers 4

TriangulateMethod · 0.80
wire_utils.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected