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

Method setShape

src/Face.cc:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void Face::setShape( const TopoDS_Shape& shape)
17{
18 m_face = TopoDS::Face(shape);
19}
20
21int Face::numWires()
22{

Callers 3

buildFaceMethod · 0.95
CloneMethod · 0.45
NewInstanceMethod · 0.45

Calls 1

FaceClass · 0.70

Tested by

no test coverage detected