Skip to main content

@novorender/web_app / DeviationInspectionSettings

Type Alias: DeviationInspectionSettings

type DeviationInspectionSettings: object;

Settings for deviation inspection

Type declaration

deviationPrioritization

deviationPrioritization: "minimum" | "maximum";

Prioritize the smallest or largest deviations

generateLine?

optional generateLine: boolean;

Option to generate line trough the deviation points, note that projection needs to also be set

projection?

optional projection: DeviationProjection;

Projection to use, currently only supports circular. Projection is needed to generate line through points and offset labels

Defined in

@novorender/web_app/buffer_inspect.ts:22