extend_spline
List of: Functions
Subjects: Construction Geometry
Contents: Kernel

Action: Creates an extension to a given spline using the supplied distance.

Prototype: spline* extend_spline (


spline const& spl, // input surface


double dist // distance to extend


);


spline* extend_spline (


spline const& spl, // input surface


double dist[][] // distance to extend


);


spline* extend_spline (


spline const& spl, // input surface


SPApar_box const& range // change in range


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kerngeom/surface/spldef.hxx"

#include "kernel/sg_husk/splsur/sub_spl.hxx"

#include "baseutil/vector/param.hxx"

Description: Functions to extend splines, which use this spl_sur definition.

Library: kernel

Filename: kern/kernel/sg_husk/splsur/sub_spl.hxx

Effect: Changes model
PDF/KERN/24FNC.PDF
HTM/DATA/KERN/KERN/24FNC/0013.HTM