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

Action: Gets the number of knots and knot values for a 3D B-spline curve.

Prototype: void bs3_curve_knots (


bs3_curve bs, // given curve


int& num_knots, // number of knots


double*& knots // knots


);

Includes: #include "kernel/acis.hxx"

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

#include "kernel/spline/sg_bs3c/sps3crtn.hxx"

Description: This function creates arrays of knot points. It is up to the application to delete these arrays.

Library: kernel

Filename: kern/kernel/spline/sg_bs3c/sps3crtn.hxx

Effect: Read-only
PDF/KERN/18FN3C1.PDF
HTM/DATA/KERN/KERN/18FN3C1/0043.HTM