SectionDrawingViewProps Interface
As part of a ViewStateProps, describes the SpatialViewDefinition from which a SectionDrawing was generated.
extensions
Properties
| Name | Type | Description | |
|---|---|---|---|
| displaySpatialView | boolean | If true, the spatial view should be displayed in the context of the drawing view. | |
| drawingToSpatialTransform | undefined | TransformProps | 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 24
Last Updated: 30 November, 2023