Section.setRotatable() method

By default the section is axis-aligned which means users can only cut the scene in either -x/+x/-y/+y/-z/+z, 6 directions in total. When section tool becomes rotable, the section can happen in any directions. The section plane will be aligned to the plane on which mouse hovers.

Signature:

setRotatable(enabled: boolean): void;

Parameters

ParameterDescription
enabledTrue to make the section tool rotatable.

Returns:

void