Forum archiveIssue archiveOther usage issues

Archived discussion

mergeing two curves

Other usage issuesWed, 06/19/2002 - 09:292 replies

Browse this forum
QuestionAuthor

Hi. Everybody.

i created two curve.
one is geom_line, the other is geom_arc.
Of curse, two curve is coincident at the end of curve.
I would like to merge into one curve.
Thanks

H.C Son

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Hi,
try using GeomConvert_CompCurveToBSplineCurve to concat your curve, or if you want to concat a wire which has your line and arc, try BRepAdaptor_CompCurve to make the wire behave like a curve and then approximate it with Approx_Curve3d.

Good Luck,
Commenter-1.

02Author

Thanks for your answer.
You answer is good in my code