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

Action: Gets the number of weights in the u and v directions and the array of weights for the given surface.

Prototype: void bs3_surface_weights (


bs3_surface bs, // input surface


int& num_u, // number of weights in u


int& num_v, // number of weights in v


double*& weights // array of weights


);

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 weights for the given surface. The length of the array is num_u*num_v. The order the weights are stored in the array is [u][v], such that v increments more quickly. It is the responsibility of the calling application to delete the weights array.

Library: kernel

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

Effect: Read-only
PDF/KERN/23FN3S3.PDF
HTM/DATA/KERN/KERN/23FN3S3/0029.HTM