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

Action: Gets the number of control points and an array of control points for a 3D B-spline curve.

Prototype: void bs3_curve_control_points (


bs3_curve bs, // input curve


int& num_pts, // number of control




// points output


SPAposition*& ctrlpts // output control point




// array


);

Includes: #include "kernel/acis.hxx"

#include "baseutil/vector/position.hxx"

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

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

Description: This function creates an array of control points. It is up to the application to delete this array.

Library: kernel

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

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