Section.setSectionBox() method

Set the current section box.

Signature:

setSectionBox(bbox: number[] | Float32Array): void;

Parameters

ParameterDescription
bboxnumber[] | The section box to be set to. e.g. [-100, -100, -100, 100, 100, 100]

Returns:

void