Action:
|
Creates a sheet body as a copy of a face.
|
|
Prototype:
|
outcome api_sheet_from_ff (
|
|
|
int num_faces,
|
// number of faces = 1
|
|
|
FACE* faces[],
|
// array containing face
|
|
|
BODY*& new_body,
|
// sheet 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/kerndata/top/face.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
Errors:
|
Entity in array not a
FACE.
|
|
Limitations:
|
Currently only handles one face. The face is passed in an array to enable future expansion of functionality without changing the function signature.
|
|
Library:
|
constrct
|
|
Filename:
|
cstr/constrct/kernapi/api/cstrapi.hxx
|
|
Effect:
|
Changes model
|