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

Action: Creates a curve from a portion of a general ACIS curve.

Prototype: bs3_curve bs3_curve_make_cur (


curve const& cur, // given curve


double start_param, // start parameter


double end_param, // end parameter


double requested_tol // required fit tolerance



= 0,


double& actual_tol // actual tolerance used



=*(double*)NULL_REF


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kerngeom/curve/curdef.hxx"

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

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

Description: The parameter range of the new curve will be from the given start parameter to the given end parameter. It may not match the original parameterization in between.

Library: kernel

Filename: kern/kernel/spline/bs3_crv/sp3crtn.hxx

Effect: Changes model
PDF/KERN/19FN3C2.PDF
HTM/DATA/KERN/KERN/19FN3C2/0001.HTM