Math3D Full Project API
Preparing search index...
renderer/src/geometry/problemGraph
ProblemCheckResult
Type Alias ProblemCheckResult
type
ProblemCheckResult
=
{
id
:
string
;
label
:
string
;
residual
:
number
|
null
;
status
:
ProblemCheckStatus
;
tolerance
:
number
;
type
:
ProblemCheckDef
[
"type"
]
;
unit
:
ProblemCheckUnit
;
}
Index
Properties
id
label
residual
status
tolerance
type
unit
Properties
id
id
:
string
label
label
:
string
residual
residual
:
number
|
null
status
status
:
ProblemCheckStatus
tolerance
tolerance
:
number
type
type
:
ProblemCheckDef
[
"type"
]
unit
unit
:
ProblemCheckUnit
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
label
residual
status
tolerance
type
unit
Math3D Full Project API
Loading...