|
Action:
|
Creates a body consisting of a single face which is the whole of a given B-spline surface.
|
|
|
Prototype:
|
outcome api_make_spline (
|
|
|
spline const& this_spline,
|
// spline surface
|
|
|
BODY*& body,
|
|
// single-face body
|
|
|
|
|
|
// returned
|
|
|
AcisOptions* ao = NULL
|
|
// acis options
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "constrct/kernapi/api/cstrapi.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/top/body.hxx"
|
|
#include "kernel/kerngeom/surface/spldef.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
This API constructs a face containing one loop with four edges surrounding the given surface. Returns this in a body.
|
|
|
Library:
|
constrct
|
|
|
Filename:
|
cstr/constrct/kernapi/api/cstrapi.hxx
|
|
|
Effect:
|
Changes model
|