|
Action:
|
Obsolete: used only in pre-1.7 Faceting.
|
|
|
Prototype:
|
outcome api_get_body_vertex_template (
|
|
|
BODY* body,
|
// body to examine
|
|
|
VERTEX_TEMPLATE*& tplate,
|
// attached vertex
|
|
|
|
|
// template returned
|
|
|
AcisOptions* ao = NULL
|
// acis options
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "faceter/api/af_api.hxx"
|
|
#include "faceter/attribs/vtplate.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/top/body.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
Gets the
VERTEX_TEMPLATE attached to a body. If none is attached, a
NULL value is returned.
|
|
|
Errors:
|
Pointer to body is
NULL or not to a
BODY.
|
|
|
Limitations:
|
Pre-1.7 compatibility only
|
|
|
Library:
|
faceter
|
|
|
Filename:
|
fct/faceter/api/af_api.hxx
|
|
|
Effect:
|
Read-only
|