cloneDeepXYZPoint3dArrays MethodStatic
return similarly-structured array, array of arrays, etc, with the lowest level point data specifically structured as Point3d.
cloneDeepXYZPoint3dArrays(data: MultiLineStringDataVariant): any[]
| Parameter | Type | Description | 
|---|---|---|
| data | MultiLineStringDataVariant | point data with various leaf forms such as [1,2,3],{x:1,y:2,z:3},Point3d | 
Returns - any[]
Defined in
- geometry3d/PointHelpers.ts Line 1047
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.