Documentation - v19.2.0-dev
    Preparing search index...
    interface LoadTwinCommandOptions {
        endpoint?: string;
        filter?: TeiaSearchFilter;
        geometryType?: TwinObjectGeometryType;
        onlySetSource?: boolean;
    }
    Index

    Properties

    endpoint?: string

    Twin api endpoint to get the geometry from.

    "objects"
    
    filter?: TeiaSearchFilter
    geometryType?: TwinObjectGeometryType

    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