SurfaceToPoint3DGrid


Converts a surface object to a grid of points.

Syntax

C++
C#
Python
 
def SurfaceToPoint3DGrid(
	inSurface: Surface,
	outPoint3DGrid: Point3DGrid,
	/
)
-> None

Parameters

Name Type Default Description
Input value inSurface Surface Input surface
Output value outPoint3DGrid Point3DGrid Output point grid