Bitbybit Docs
    Preparing search index...

    Interface CustomGeometryDrawable (Inputs.Draw)

    A drawable a layer above these packages taught the draw call to render, drawn as geometry. type is the discriminant it is matched on, the same convention the kernels already follow at runtime with "occ-shape" and "manifold-shape".

    interface CustomGeometryDrawable {
        type: string;
        name: string;
    }
    Index

    Properties

    Properties

    type: string
    name: string