@inweb/viewer-visualize
    Preparing search index...

    Interface GeometryEndEvent

    Event that fires after file has been successfully loaded.

    interface GeometryEndEvent {
        file: string | Model | File | Assembly | ArrayBuffer | File;
        model?: Model;
        type: "geometryend";
    }
    Index

    Properties

    Properties

    file: string | Model | File | Assembly | ArrayBuffer | File

    File to load.

    model?: Model

    Model from file to load. Only defined when loading a file from the Open Cloud Server.

    type: "geometryend"

    Event type.