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

--
Uwe Schlifkowitz -- Software Engineer
INTALES GmbH Engineering Solutions
Innsbrucker Str. 1
A-6161 Natters

Phone: +43 512 54611114  --  schlifkow...@intales.com

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

Reply via email to