brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
CheckBooleanResult
Interface CheckBooleanResult
Result of boolean pre-validation.
interface
CheckBooleanResult
{
issues
:
readonly
BooleanIssue
[]
;
valid
:
boolean
;
}
Index
Properties
issues
valid
Properties
Readonly
issues
issues
:
readonly
BooleanIssue
[]
Readonly
valid
valid
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
issues
valid
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Result of boolean pre-validation.