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

Action: Gets the number of knots in the v direction and the knot values in the v direction, for the given surface.

Prototype: void bs3_surface_knots_v (


bs3_surface bs, // input surface


int& num_knots_v, // number of knots


double*& vknots // knot vector


);

Includes: #include "kernel/acis.hxx"

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

#include "kernel/spline/sg_bs3s/sps3srtn.hxx"

Description: This function creates an array of knot points in the v direction for the given surface. The knot multiplicity (i.e., the number of knots in the array with the same value), will be equal to the degree plus one at both ends of the array. It is the responsibility of the calling application to delete the knot array.

Library: kernel

Filename: kern/kernel/spline/sg_bs3s/sps3srtn.hxx

Effect: Read-only
PDF/KERN/21FN3S1.PDF
HTM/DATA/KERN/KERN/21FN3S1/0043.HTM