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

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

Prototype: bs3_curve bs3_curve_v_param_line (


bs3_surface surf, // given surface


double u // u 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: Creates a curve along a v-parameter line (i.e., one with constant u parameter) of a spline surface. This is one that the v-parameter of the surface varies, while the u-parameter is fixed. The parameterization of the resulting curve is undefined, though it must have the same sense as the surface v-parameter, but would normally be the same as the surface v-parameter. The curve will be open, closed, or periodic according to whether the surface was open, closed, or periodic in the v-direction.

Library: kernel

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

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