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

Action: Gets the number of weights and the values of the weights for a rational, 3D B-spline curve.

Prototype: void bs3_curve_weights (


bs3_curve bs, // input curve


int& num_pts, // returned number of




// weights


double*& weights // returned weight array


);

Includes: #include "kernel/acis.hxx"

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

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

Description: This function creates an array of weights for a curve. It the application's responsibility to delete this array.

Library: kernel

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

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