ContextRealityModelProps Namespace
Function
| Name | Description |
|---|---|
| ContextRealityModelProps.clone | Produce a deep copy of input. |
Defined in
ContextRealityModelProps Interface
JSON representation of a ContextRealityModel.
Properties
| Name | Type | Description | |
|---|---|---|---|
| appearanceOverrides | FeatureAppearanceProps | undefined | See appearanceOverrides. | |
| classifiers | SpatialClassifierProps[] | undefined | See classifiers. | |
| description | string | undefined | An optional, user-friendly description of the reality model suitable for display in a user interface. | |
| displaySettings | RealityModelDisplayProps | undefined | See displaySettings. | |
| invisible | boolean | undefined | See invisible. | |
| name | string | undefined | An optional, user-friendly name for the reality model suitable for display in a user interface. | |
| planarClipMask | PlanarClipMaskProps | undefined | See planarClipMask. | |
| rdSourceKey | RealityDataSourceKey | undefined | See rdSourceKey. | |
| realityDataId | string | undefined | See realityDataId. | |
| tilesetUrl | string | The URL that supplies the 3d tiles for displaying the reality model. |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.