Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###### 3D rendering pipe initialisation #####
- Display3d class initialization starting ...
- Graphic device created.
- Xw_Window created.
- Viewer created.
- Interactive context created.
- Display3d class successfully initialized.
- ########################################
- <class 'OCC.Geom.Handle_Geom_BSplineSurface'>
- Traceback (most recent call last):
- File "faceFromPoints.py", line 80, in <module>
- geom_plate()
- File "faceFromPoints.py", line 72, in geom_plate
- plate = build_plate([poly], [pnts[-1]])
- File "faceFromPoints.py", line 55, in build_plate
- return make_face(plate.Surface(), uMin, uMax, vMin, vMax)
- File "/usr/lib/python2.7/dist-packages/OCC/Utils/Construct.py", line 140, in make_face
- face = BRepBuilderAPI_MakeFace( *args )
- File "/usr/lib/python2.7/dist-packages/OCC/BRepBuilderAPI.py", line 1422, in __init__
- _BRepBuilderAPI.BRepBuilderAPI_MakeFace_swiginit(self,_BRepBuilderAPI.new_BRepBuilderAPI_MakeFace(*args))
- TypeError: in method 'new_BRepBuilderAPI_MakeFace', argument 1 of type 'gp_Torus const'
Advertisement
Add Comment
Please, Sign In to add comment