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

Method getDeleted

src/ShapeFactory.cc:818–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816 return m_pTool->Modified(current);
817 };
818 virtual bool getDeleted(const TopoDS_Shape& shape)
819 {
820 return m_pTool->IsDeleted(shape) ? true : false;
821 };
822
823 //
824 BRepBuilderAPI_MakeShape* m_pTool;

Callers 2

_classifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected