Uwe Schlifkowitz <schlifkowitz@...> writes:

> 
> Hello,
> 
> I want to make a surface from a point cloud.
> 
> A minimal example (adapted from the geomplate example) can be found at 
> http://pastebin.com/dxu2kLSv
> 
> Basically I have an unordered list of points and want to create a face 
> from this list. The points form a surface (original data is from a 
> Nastran BDF file) and do not necessarily lie in the xy plane.
> 
>  From what I read in the docs, this should be possible with the example 
> code. However, this results in the following error:
> 
>   TypeError: in method 'new_BRepBuilderAPI_MakeFace', argument 1 of type 
> 'gp_Torus const'
> 
> What/Why is this?
> 
> The full error message is at http://pastebin.com/kufpJYf5
> 
> Best regards,
> Uwe
> 

Hey Uwe, 
hey all!

I am also interested in an answer, stuck at the same point. I yet have to
fully learn C so I keep having trouble with the types of the inputs. But I
thought the BRepBuilderAPI_MakeFace can take a gp_Torus? So why the error?
Mmh.
Best regards,
Nina



_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to