Action:
|
Inverts a
bs3_curve, taking an intcurve into account.
|
|
Prototype:
|
double bs3_curve_intcurve_invert (
|
|
|
const SPAposition& pos,
|
|
// point to invert
|
|
|
const intcurve& this_int,
|
// associated
|
|
|
|
|
|
// intcurve
|
|
|
const SPAparameter& param_guess// guess parameter
|
|
|
);
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "baseutil/vector/param.hxx"
|
|
#include "baseutil/vector/position.hxx"
|
|
#include "kernel/kerngeom/curve/intdef.hxx"
|
|
#include "kernel/spline/sg_bs3c/sps3crtn.hxx"
|
|
Description:
|
This produces an inversion based on an intcurve and not solely on the
bs3_curve and returns the actual parameter value.
|
|
Library:
|
kernel
|
|
Filename:
|
kern/kernel/spline/sg_bs3c/sps3crtn.hxx
|
|
Effect:
|
Changes model
|