bs3_curve_save
List of: Functions
Subjects: Construction Geometry, SAT Save and Restore, Spline Interface
Contents: Kernel

Action: Saves a curve to a file.

Prototype: void bs3_curve_save (


bs3_curve cur // given curve


);

Includes: #include "kernel/acis.hxx"

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

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

Description: Writes a representation of the parametric curve to some external medium, using routines write_int, write_long, write_real, and write_string, defined in ACIS file kernutil/fileio/fileio.hxx.


The overloaded << operator acts like bs3_curve_save, but writes to a C++ style stream using stream operators streams/streams.hxx. The output format need not necessarily be the same as for bs3_curve_save, but it is strongly recommended that they be so.


bs3_curve cur;

Library: kernel

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

Effect: System routine
PDF/KERN/20FN3C3.PDF
HTM/DATA/KERN/KERN/20FN3C3/0002.HTM