Point3DGridToPoint3DArray
Converts a grid of points to an array of points removing nonexistent ones.
Syntax
C++
C#
Python
def Point3DGridToPoint3DArray( inPoint3DGrid: Point3DGrid, / ) -> outPoint3DArray: list[Point3D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | Point3DGrid | ||
![]() |
outPoint3DArray | list[Point3D] |


