@twinfinity/core
    Preparing search index...

    Interface HttpIfcResourceUrls

    Represents Twinfinity URLs to .idx, .geom and .prop files.

    interface HttpIfcResourceUrls {
        geom?: URL;
        "geom-feat"?: URL;
        idx?: URL;
        prop?: URL;
        t8cm?: URL;
        t8gd?: URL;
        t8gi?: URL;
    }
    Index

    Properties

    geom?: URL

    URL to .geom file.

    "geom-feat"?: URL

    URL to .geom-feat file.

    idx?: URL

    URL to .idx file.

    prop?: URL

    URL to .prop file.

    t8cm?: URL

    URL to .t8cm client model file.

    t8gd?: URL

    URL to .t8gd geometry data file.

    t8gi?: URL

    URL to .t8gi geometry info file.