| 819 | } |
| 820 | |
| 821 | const std::vector<TechDraw::VertexPtr> DrawViewPart::getVertexGeometry() const |
| 822 | { |
| 823 | if (geometryObject) { |
| 824 | return geometryObject->getVertexGeometry(); |
| 825 | } |
| 826 | return std::vector<TechDraw::VertexPtr>(); |
| 827 | } |
| 828 | |
| 829 | |
| 830 | //! TechDraw vertex names run from 0 to n-1 |
no outgoing calls
no test coverage detected