Commit d2cff545 authored by sumpfralle's avatar sumpfralle

added seperatestring representation of Vector instances


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@645 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent e2f2c9bf
...@@ -141,3 +141,6 @@ class Vector(Point): ...@@ -141,3 +141,6 @@ class Vector(Point):
callback() callback()
self.reset_cache() self.reset_cache()
def __repr__(self):
return "Vector%d<%g,%g,%g>" % (self.id, self.x, self.y, self.z)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment