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

Method getShapeName

src/ShapeFactory.cc:835–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833 return m_obj->shape();
834 }
835 virtual std::string getShapeName(const TopoDS_Shape& shape)
836 {
837 std::string name = m_obj->_getShapeName(shape);
838 return name;
839 };
840 virtual int operand() const { return m_operand; }
841private:
842 Solid* m_obj;

Callers 7

makeEdgesIndexesFunction · 0.80
makeFacesIndexesFunction · 0.80
shape.jsFile · 0.80
dumpSolidFunction · 0.80
test_solid.jsFile · 0.80
registerShapeMethod · 0.80

Calls 1

_getShapeNameMethod · 0.80

Tested by

no test coverage detected