You are here: Start » AVL.NET » Invoke.SurfaceToPoint3DGrid
Converts a surface object to a grid of points.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SurfaceToPoint3DGrid ( Avl.Surface inSurface, Avl.Point3DGrid outPoint3DGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | outPoint3DGrid | Avl.Point3DGrid | Output point grid. |