| 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; } |
| 841 | private: |
| 842 | Solid* m_obj; |
no test coverage detected