Interface BCFTranslucencyComponent

BCF translucency components.

interface BCFTranslucencyComponent {
    default_translucency: boolean;
    exceptions: BCFComponent[];
    view_setup_hints: BCFViewSetupHints;
}

Properties

default_translucency: boolean

If true: X-rays all components, and un-X-rays the exceptions. If false: Un-X-ray all components and X-ray exceptions.

exceptions: BCFComponent[]

Components to apply/remove X-ray, as determined by default_translucency.

view_setup_hints: BCFViewSetupHints

Hints about the setup of the viewer.