Skip to content

Shapemetry API


Shapemetry API / ValidateOptions

Interface: ValidateOptions

Defined in: nurbsBrep/check/validate.ts:103

Options controlling which checks run and numeric tolerances.

Properties

toleranceScale?

optional toleranceScale?: number

Defined in: nurbsBrep/check/validate.ts:105

Scales every geometric tolerance (default 1.0).


disabledChecks?

optional disabledChecks?: Set<CheckId>

Defined in: nurbsBrep/check/validate.ts:107

Set of checkId strings to skip.