setFromJSON Method

Set this range (in place) from json such as

  • key-value pairs: {low:[1,2,3], high:[4,5,6]}
  • array of points: [[1,2,3],[9,3,4],[-2,1,3] ...]
  • Lowest level points can be [1,2,3] or {x:1,y:2,z:3}

setFromJSON(json?: Range3dProps): void

Parameter Type Description
json Range3dProps  

Returns - void

Defined in

Last Updated: 20 April, 2024