365tuwe

error message for faceFromPoints.py

May 7th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ###### 3D rendering pipe initialisation #####
  2. Display3d class initialization starting ...
  3. Graphic device created.
  4. Xw_Window created.
  5. Viewer created.
  6. Interactive context created.
  7. Display3d class successfully initialized.
  8. ########################################
  9. <class 'OCC.Geom.Handle_Geom_BSplineSurface'>
  10. Traceback (most recent call last):
  11. File "faceFromPoints.py", line 80, in <module>
  12. geom_plate()
  13. File "faceFromPoints.py", line 72, in geom_plate
  14. plate = build_plate([poly], [pnts[-1]])
  15. File "faceFromPoints.py", line 55, in build_plate
  16. return make_face(plate.Surface(), uMin, uMax, vMin, vMax)
  17. File "/usr/lib/python2.7/dist-packages/OCC/Utils/Construct.py", line 140, in make_face
  18. face = BRepBuilderAPI_MakeFace( *args )
  19. File "/usr/lib/python2.7/dist-packages/OCC/BRepBuilderAPI.py", line 1422, in __init__
  20. _BRepBuilderAPI.BRepBuilderAPI_MakeFace_swiginit(self,_BRepBuilderAPI.new_BRepBuilderAPI_MakeFace(*args))
  21. TypeError: in method 'new_BRepBuilderAPI_MakeFace', argument 1 of type 'gp_Torus const'
Advertisement
Add Comment
Please, Sign In to add comment