NavVis IVION API
    Preparing search index...

    Interface SiteModelApiInterface

    The site model API object encapsulates all classes and methods that are necessary for API users working with the site model.

    interface SiteModelApiInterface {
        repository: SiteModelRepositoryInterface;
        types: typeof SiteModelType;
    }
    Index

    Properties

    Properties

    Data repository object. This is used for creating, reading, updating, and deleting entities.

    types: typeof SiteModelType

    Types of constructs that the site model polygon represents.