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 |
 |
inSurface |
Surface |
|
Input surface |
 |
outPoint3DGrid |
Point3DGrid |
|
Output point grid |