Hi, is there any algorithm in occ that constructs lines from a point that are tangent to a curve? Thanks
jelle Thu, 07/23/2009 - 09:48
GeomAPI_Interpolate does take tangent values too. So if you get the points you need + the tangent vector at the parameter of your reference curve, you should be good.
There's not a specific API call to do it, but seems to my GeomAPI_Interpolate is what your looking for.
Thu, 07/23/2009 - 09:48
GeomAPI_Interpolate does take tangent values too. So if you get the points you need + the tangent vector at the parameter of your reference curve, you should be good.
There's not a specific API call to do it, but seems to my GeomAPI_Interpolate is what your looking for.
-jelle