geosolver/workbench/debug.py
kwikrick 22e159a5ad Changes to GeometricSolver:
- Added RigidConstraint.
- Depricated some methods (get_result, get_constrainedness) and 
added some new methods (get_solution, get_cluster, get_status).

Removed old SelectionConstraint and renamed FunctionConstraint to SelectionConstraint

Depricated ClusterSolver2D
Small bugfixes in cluster ClusterSolver3D

Renamed solvergui directory to workbench

Renamed solvertest directory to test
2009-10-09 12:23:02 +00:00

6 lines
277 B
Python

#self.debugFile = QtCore.QFile("debug.txt")
#if not self.debugFile.open(QtCore.QFile.WriteOnly | QtCore.QFile.Text):
# QtGui.QMessageBox.warning(self, self.tr("MDI"), self.tr("Cannot write file %1:\n%2.") .arg(fileName) .arg(debugFile.errorString()))
# return False