Interface BCFComponents

Visual states of BCF components.

interface BCFComponents {
    coloring: BCFColoringComponent[];
    selection?: BCFComponent[];
    translucency: BCFComponent[];
    visibility?: BCFVisibilityComponent;
}

Properties

Colored BCF components.

selection?: BCFComponent[]

Selected BCF components.

translucency: BCFComponent[]

X-rayed BCF components.

Visibility BCF components.