Shapemetry API / ValidateOptions
Interface: ValidateOptions
Defined in: nurbsBrep/check/validate.ts:103
Options controlling which checks run and numeric tolerances.
Properties
toleranceScale?
optionaltoleranceScale?:number
Defined in: nurbsBrep/check/validate.ts:105
Scales every geometric tolerance (default 1.0).
disabledChecks?
optionaldisabledChecks?:Set<CheckId>
Defined in: nurbsBrep/check/validate.ts:107
Set of checkId strings to skip.