Advertisement
Guest User

Untitled

a guest
Feb 27th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ( ttt2medial.py - experimental v-carving script )
  2. ( TTT++ 12.01-37-g82ba3c2 )
  3. ( OpenVoronoi 12.02-43-gde8bd01 )
  4. ( VD built in 0.643 seconds )
  5. ( VD check: True )
  6. Traceback (most recent call last):
  7. File "ttt2medial.py", line 138, in <module>
  8. ovd.PolygonInterior( vd.getGraph() , True ) # filter so that only polygon interior remains
  9. Boost.Python.ArgumentError: Python argument types in
  10. PolygonInterior.__init__(PolygonInterior, Graph, bool)
  11. did not match C++ signature:
  12. __init__(_object*, bool)
  13. __init__(_object*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement