@stereograph/teiaviewer - v18.5.0-dev
    Preparing search index...

    Interface LoadTwinCommandOptions

    interface LoadTwinCommandOptions {
        filter?: TeiaSearchFilter;
        geometryType?: TwinGeometryType;
        onlySetSource?: boolean;
        twinType?: TwinType;
    }
    Index

    Properties

    filter?: TeiaSearchFilter

    Filter to apply to the loading.

    undefined
    
    geometryType?: TwinGeometryType

    The type of geometry to load.

    • 2D: load only 2D geometries
    • 3D: load only 3D geometries
    • Mixed: load both 3D and 2D geometries

    Mixed

    onlySetSource?: boolean

    Whether to only set the current viewer source without loading objects

    twinType?: TwinType
    Draft