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
Input value inSurface Surface Input surface
Output value outPoint3DArray list[Point3D] Output point array