Open CASCADE Technology 7.8.2.dev
ShapeConstruct_ProjectCurveOnSurface.hxx File Reference

Data Structures

class  ShapeConstruct_ProjectCurveOnSurface
 This tool provides a method for computing pcurve by projecting 3d curve onto a surface. Projection is done by 23 or more points (this number is changed for B-Splines according to the following rule: the total number of the points is not less than number of spans * (degree + 1); it is increased recursively starting with 23 and is added with 22 until the condition is fulfilled). Isoparametric cases (if curve corresponds to U=const or V=const on the surface) are recognized with the given precision. More...