@twinfinity/core
    Preparing search index...

    Interface VisibleIcon

    Represents a visible Icon.

    interface VisibleIcon {
        icon: Icon;
        mesh: Mesh;
        type: Icon;
    }

    Hierarchy

    Index

    Properties

    Properties

    icon: Icon

    Visible icon

    mesh: Mesh

    The Mesh which is visible. (May contain ifc objects nor not)

    type: Icon

    Discriminant union selector.