SurfaceToPoint3DArray
Converts a surface object to an array of points removing nonexistent ones.
Syntax
C++
C#
Python
def SurfaceToPoint3DArray( inSurface: Surface, / ) -> outPoint3DArray: list[Point3D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
outPoint3DArray | list[Point3D] | Output point array |


