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;
Parameter | Description |
---|---|
enabled | True to make the section tool rotatable. |
Returns:
void