Math3D Full Project API
Preparing search index...
renderer/src/geometry/analysis
ConstraintResult
Type Alias ConstraintResult
type
ConstraintResult
=
{
hint
?:
string
;
id
:
string
;
label
:
string
;
residual
:
number
|
null
;
status
:
ConstraintStatus
;
tolerance
:
number
;
unit
:
ConstraintUnit
;
}
Index
Properties
hint?
id
label
residual
status
tolerance
unit
Properties
Optional
hint
hint
?:
string
id
id
:
string
label
label
:
string
residual
residual
:
number
|
null
status
status
:
ConstraintStatus
tolerance
tolerance
:
number
unit
unit
:
ConstraintUnit
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hint
id
label
residual
status
tolerance
unit
Math3D Full Project API
Loading...