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


