+ fixes #0001874: Scripted constraints not evaluated correctly

This commit is contained in:
wmayer
2014-12-23 15:32:03 +01:00
parent c918ef7e40
commit 3fa8a1ed2b
7 changed files with 25 additions and 4 deletions

View File

@@ -306,6 +306,11 @@ bool Part2DObject::seekTrimPoints(const std::vector<Geometry *> &geomlist,
return true;
}
void Part2DObject::acceptGeometry()
{
// implemented in sub-classes
}
// Python Drawing feature ---------------------------------------------------------
namespace App {