Some little fixes

This commit is contained in:
wmayer
2012-12-10 14:02:37 +01:00
parent 1f51ebf8cf
commit bd5359f542
3 changed files with 1809 additions and 323 deletions

View File

@@ -165,6 +165,8 @@ int SketchObject::solve()
for (std::vector<Part::Geometry *>::iterator it = geomlist.begin(); it != geomlist.end(); ++it)
if (*it) delete *it;
}
return err;
}
int SketchObject::setDatum(int ConstrId, double Datum)