You can try the GeomFill_ConstrainedFilling class if your wire is not
planar, as demonstrated in the surfaces.py examples:
http://code.google.com/p/pythonocc/source/browse/trunk/src/examples/Level1/Geometry/surfaces.py

Another possibility is to use the GeomPlate module:
http://code.google.com/p/pythonocc/source/browse/trunk/src/examples/Level1/Geometry/geomplate.py

Thomas


2011/3/10 Balint Balassa <balint.bala...@gmx.de>

> Hi Thomas,
>
> do you mean building the face by using MakeFace? I've tried that
> approach with the extrema wires, but the problem ist that the wires do
> not lie in a plane, and as far as I understand MakeFace needs a plane
> (or a surface) to build a face from. Or did you have something different
> in mind?
>
> Balint
>
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to