brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
HealingStepDiagnostic
Interface HealingStepDiagnostic
Diagnostic for a single healing step.
interface
HealingStepDiagnostic
{
attempted
:
boolean
;
detail
?:
string
;
name
:
string
;
succeeded
:
boolean
;
}
Index
Properties
attempted
detail?
name
succeeded
Properties
Readonly
attempted
attempted
:
boolean
Optional
Readonly
detail
detail
?:
string
Readonly
name
name
:
string
Readonly
succeeded
succeeded
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attempted
detail
name
succeeded
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Diagnostic for a single healing step.