Type Alias SectionBoxState

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