autoExtendProjectExtents
Getter
If true (the default), compute the projectExtents of the target iModel after elements are imported.
The computed projectExtents will either include or exclude outliers depending on the excludeOutliers flag that defaults to false.
autoExtendProjectExtents: boolean | { excludeOutliers: boolean }
@see - autoExtendProjectExtents
Returns - boolean | { excludeOutliers: boolean }
Setter
autoExtendProjectExtents(val: boolean | { excludeOutliers: boolean }): void
| Parameter | Type | Description |
|---|---|---|
| val | boolean | { excludeOutliers: boolean } |
Returns - void
Defined in
Last Updated: 31 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.