DiscussionsIssue archiveOther usage issues

Archived discussion

Problem with joining two bspline curves...

Other usage issuesFri, 07/04/2008 - 14:562 replies

Browse this forum
QuestionAuthor

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

Discussion

2 archived replies

Posts are displayed in their archived order.

01Author

could maybe someone post a concrete example when the Add function would actually work...?

thank you!

Claudia

02Commenter-1

Hi,

could you post what error occurs and what curves you try to add?

Commenter-1