Interface BCFViewSetupHints

View setup hints.

interface BCFViewSetupHints {
    openings_translucent: boolean;
    openings_visible: boolean;
    space_boundaries_translucent: boolean;
    space_boundaries_visible: boolean;
    spaces_translucent: boolean;
    spaces_visible: boolean;
}

Properties

openings_translucent: boolean

Translucency of openings.

openings_visible: boolean

Visibility of openings.

space_boundaries_translucent: boolean

Translucency of space boundaries.

space_boundaries_visible: boolean

Visibility of space boundaries.

spaces_translucent: boolean

Translucency of spaces.

spaces_visible: boolean

Visibility of spaces.