Type Alias SectionBoxState

SectionBoxState: {
    box: THREE.Box3;
    clip: boolean;
    interactive: boolean;
    visible: boolean;
}