MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / setShape

Method setShape

src/Shell.cc:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void Shell::setShape(const TopoDS_Shape& shape)
14{
15 m_shell = TopoDS::Shell(shape);
16}
17
18int Shell::numFaces()
19{

Callers 1

CloneMethod · 0.45

Calls 1

ShellClass · 0.85

Tested by

no test coverage detected