Class EmphasisMaterial

Configures the appearance of ViewObjects when they are xrayed, highlighted or selected.

Properties

view: View

The View to which this EmphasisMaterial belongs.

Accessors

  • get glowThrough(): boolean

    Sets whether to render emphasized objects over the top of other objects, as if they were "glowing through".

    Default is true.

    Returns boolean

  • set glowThrough(value: boolean): void

    Sets whether to render emphasized objects over the top of other objects, as if they were "glowing through".

    Default is true.

    Note: updating this property will not affect the appearance of objects that are already emphasized.

    Parameters

    • value: boolean

    Returns void

Methods