getPointArray Method
Return control points json arrays.
- if
flatArray===true, each point appears as an array [x,y,z] in row-major order of a containing array. - if
flatArray===falseeach row of points is an an array of [x,y,z] in an array. Each of these row arrays is in the result array.
getPointArray(flatArray: boolean = true): any[]
| Parameter | Type | Description |
|---|---|---|
| flatArray | boolean |
Defined in
Last Updated: 08 January, 2020