--- a/src/linetypes/modelobject.cpp Thu Feb 15 14:59:04 2018 +0200 +++ b/src/linetypes/modelobject.cpp Thu Feb 22 11:41:58 2018 +0200 @@ -135,6 +135,11 @@ return 0; } +int LDObject::numPolygonVertices() const +{ + return this->numVertices(); +} + // ============================================================================= // LDBezierCurve::LDBezierCurve(const Vertex& v0, const Vertex& v1, const Vertex& v2, const Vertex& v3, Model* model) :