
Fri, 11/01/2002 - 00:26
Forums:
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
Fri, 11/01/2002 - 07:20
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