Skinning using GeomFill_BSplineCurves ?

Hello,

I want to make a BSpline surface by connecting four BSpline curves. So, I tested GeomFill_BSplineCurves with four the same crescent shape BSpline curves made using GeomAPI_PointsToBSpline with forty points. It worked fine when I used two BSpline curves but it didn't work for three and four curves. Does anyone have idea for it?

Seungbum Koo

P G's picture

Hello

Check the directions of the curves.
Also are the 4 curves forming a closed loop
( I am not sure the description in middle of
ur query is clear to me !!!) ????

In case u want to build a surface passing thru
not-connected curves, use the classes in GeomFill.
Check the 'appsurf' command in TestHarness also.

good luck

- Prasad