Range3dProps Type alias
interface for variant json representing a Range3d
- pair of
XYZProps
namedlow
andhigh
- array of
XYZProps
Range3dProps = { high: XYZProps, low: XYZProps } | XYZProps[]
Defined in
- geometry3d/XYZProps.ts Line 142
Last Updated: 20 June, 2023