Action:
|
Checks the curve for closure, continuity etc. and applies fixes if requested, and possible.
|
|
Prototype:
|
check_status_list* bs3_curve_check (
|
|
|
bs3_curve bs3,
|
|
// given curve
|
|
|
const intcurve& ic
|
|
// corresponding
|
|
|
|
=*(intcurve*)NULL_REF,
|
// intcurve
|
|
|
const
|
|
// list of things
|
|
|
check_status_list* check
|
|
// to be checked
|
|
|
|
= NULL
|
|
|
);
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kerngeom/curve/intdef.hxx"
|
|
#include "kernel/kernint/d3_chk/chk_stat.hxx"
|
|
#include "kernel/spline/bs3_crv/bs3curve.hxx"
|
|
#include "kernel/spline/d3_bs3/spd3rtn.hxx"
|
|
Library:
|
kernel
|
|
Filename:
|
kern/kernel/spline/d3_bs3/spd3rtn.hxx
|
|
Effect:
|
Changes model
|