SelectElements.setLineColor() method

Set the elements' lines color when elements are picked.

Signature:

setLineColor(lineColor: number[]): void;

Parameters

ParameterDescription
lineColorThe RGB of highlighting lines, e.g., [1, 0, 0].

Returns:

void