
Fri, 07/04/2008 - 14:56
Forums:
Hi,
I am trying to join several bspline curves into one single curve. I made sure that the last pole of one curve is identical to the first pole of the next curve. However, i get an error everytime i try to add a new curve:
GeomConvert_CompCurveToBSplineCurve gen(curve[0]);
bool bb=gen.Add(curve[1], Precision::Confusion(), Standard_True, Standard_False, 1); //this call ends throws an error...
Clearly I am missing something here...Could anyone please suggest what the problem might be?
Thanks,
Claudia
Fri, 07/04/2008 - 16:52
could maybe someone post a concrete example when the Add function would actually work...?
thank you!
Claudia
Fri, 07/25/2008 - 17:15
Hi,
could you post what error occurs and what curves you try to add?
Torsten