Bitbybit Docs
    Preparing search index...

    Interface DrawnOverlay (Inputs.Draw)

    What every drawn output has in common: it can be released. A layer above these packages that draws an overlay - a label, a dimension, a marker - hands back one of these rather than a mesh, because positioning something from the scene is not the same as being geometry in it.

    interface DrawnOverlay {
        dispose(): void;
    }
    Index

    Methods

    Methods

    • Returns void