Skip to main content

AcceptableTolerances

fromnumber

The bottom range of the acceptable tolerance

Example: 0.2
tonumber

The top range of the acceptable tolerance

Example: 1
unitstringnullable

Unit of the acceptable tolerance in cm,mm,inch

Example: cm
AcceptableTolerances
{
"from": 0.2,
"to": 1,
"unit": "cm"
}