bs3_curve_u_param_line
List of: Functions
Subjects: Construction Geometry, Spline Interface
Contents: Kernel

Action: Creates a curve along the u parameter of a parametric surface, with the v parameter held constant.

Prototype: bs3_curve bs3_curve_u_param_line (


bs3_surface surf, // given surface


double v // v parameter of surface


);

Includes: #include "kernel/acis.hxx"

#include "kernel/spline/bs3_crv/bs3curve.hxx"

#include "kernel/spline/bs3_crv/sp3crtn.hxx"

#include "kernel/spline/bs3_srf/bs3surf.hxx"

Description: This line is one whose u parameter of the surface varies, while the v parameter is fixed. The parameterization of the resulting curve is undefined, though it must have the same sense as the surface u parameter, but would normally be the same as the surface u parameter. The curve will be open, closed or periodic according to whether the surface was open, closed or periodic in the u direction.

Library: kernel

Filename: kern/kernel/spline/bs3_crv/sp3crtn.hxx

Effect: System routine
PDF/KERN/20FN3C3.PDF
HTM/DATA/KERN/KERN/20FN3C3/0027.HTM