brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
BooleanIssue
Interface BooleanIssue
Issue detected during boolean pre-validation.
interface
BooleanIssue
{
issue
:
"null-shape"
|
"not-valid"
;
message
:
string
;
operand
:
"base"
|
"tool"
;
}
Index
Properties
issue
message
operand
Properties
Readonly
issue
issue
:
"null-shape"
|
"not-valid"
Readonly
message
message
:
string
Readonly
operand
operand
:
"base"
|
"tool"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
issue
message
operand
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Issue detected during boolean pre-validation.