SectionDrawingViewProps Interface
As part of a ViewStateProps, describes the SpatialViewDefinition from which a SectionDrawing was generated.
@see SectionDrawingProps
Properties
| Name | Type | Description | |
|---|---|---|---|
| displaySpatialView | boolean | If true, the spatial view should be displayed in the context of the drawing view. | |
| drawingToSpatialTransform | TransformProps | undefined | Transform from drawing coordinates to spatial coordinates. | |
| spatialView | string | The Id of the spatial view from which the SectionDrawing was generated. |
Defined in
- core/common/src/ViewProps.ts Line 31
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.