@novorender/api / DeviationInspectionSettings
Type Alias: DeviationInspectionSettings
type DeviationInspectionSettings = object;
Defined in: @novorender/src/web_app/buffer_inspect.ts:23
Settings for deviation inspection
Properties
deviationPrioritization
deviationPrioritization: "minimum" | "maximum";
Defined in: @novorender/src/web_app/buffer_inspect.ts:29
Prioritize the smallest or largest deviations
generateLine?
optional generateLine: boolean;
Defined in: @novorender/src/web_app/buffer_inspect.ts:27
Option to generate line trough the deviation points, note that projection needs to also be set
projection?
optional projection: DeviationProjection;
Defined in: @novorender/src/web_app/buffer_inspect.ts:25
Projection to use, currently only supports circular. Projection is needed to generate line through points and offset labels