ModelExtentsProps Interface
Describes the volume of geometry contained with a GeometricModel as returned by IModelConnection.Models.queryExtents and IModelDb.Models.queryExtents.
Properties
Name | Type | Description | |
---|---|---|---|
extents | Range3dProps | The volume of geometry contained within the model. | |
id | string | The Id of the model, or Id64.invalid if the input model Id was not a well-formed Id64String. | |
status | IModelStatus | A status code indicating what if any error occurred obtaining the model's extents. |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.