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