Forum archiveIssue archiveOther usage issues

Archived discussion

Calculate normal-vector of a BSPline_Curve

Other usage issuesFri, 01/16/2004 - 02:392 replies

Browse this forum
QuestionAuthor

Hello forum,
does anyone know how to calculate the normal/tangent-vector of a BSpline-Curve ?

I have found something alike for BRepLProp but only for edges (TopoDS_Shapes).

Maybe this can be done with some tricky class-conversion ?

Any hint is really welcome !

Author

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

hello
In the package Geom you have a class Geom_BSplineCurve. You can use D1() method to compute the normal verctor of the curve at a given point. For more details have a look at Geom_BSplineCurve.cdl file.

Good luck

jerome

02Author

Thank you, this was a good hint !

Author