Type alias ReaderOptions

ReaderOptions: {
    orderGeometryBySize?: boolean;
}

Type declaration

  • Optional orderGeometryBySize?: boolean

    Determines whether the viewer loaded will attempt to sort the geometry by size, during the load

    Size-sorted geometry provides a better experience when adaptive rendering is enabled, since the smaller items are dropped from rendering first.

    For performance reasons, it is preferable to sort the geometry during wexbim generation, but enabling this option will perform the sorting in the browser.

Generated using TypeDoc