How join gp_Lin and Geom_Curve to obtain a curve

I have two line segments in the gp_Lin and an arc in Geom_TrimmedCurve. How can I join these entities to form a continous curve. Please help

--Anand

jelle's picture

you can use GeomAPI_Interpolate to build a blending curve; it allows you to specify the tangents of the curve, so that's pretty easy...
have fun,

-jelle

Anand R P's picture

I have a noble question, Is there any region over net, where I could a good documentation on opencascade. The documentation comming with occt doesnot explain about the purpose of each class. For a novice like me its very difficult to follow the documentation

jelle's picture

just download the OCC source. there is a pretty extensive doxygen documentation to be found in the /doc folder...