|
Action:
|
Determines whether a shell is internal or external.
|
|
|
Prototype:
|
outcome api_shell_external (
|
|
|
SHELL* given_shell,
|
// shell to be examined
|
|
|
int& external,
|
// internal or external
|
|
|
|
|
// flag 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/shell.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
This API determines whether a shell is internal or external. The external argument is 0 for void, 1 for external, and 2 for unknown.
|
|
|
Errors:
|
Pointer to shell is
NULL or not to a
SHELL.
|
|
|
Library:
|
constrct
|
|
|
Filename:
|
cstr/constrct/kernapi/api/cstrapi.hxx
|
|
|
Effect:
|
Read-only
|