setFromJSON Method
Set point coordinates from a json array, e.g. [[1,2,3],[4,5,6] . . .]
- The
jsonparameter must be an array. - Each member
iof the array is converted to a point withPoint3d.fromJSON(json[i])
setFromJSON(json?: any): void
| Parameter | Type | Description |
|---|---|---|
| json | any |
Defined in
Last Updated: 08 January, 2020