You are here: Start » AVL.NET » Invoke.Point3DGridToPoint3DArray
Converts a grid of points to an array of points removing nonexistent ones.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void Point3DGridToPoint3DArray ( Avl.Point3DGrid inPoint3DGrid, List<Avl.Point3D> outPoint3DArray )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | Avl.Point3DGrid | |||
![]() | outPoint3DArray | System.Collections.Generic.List<Avl.Point3D> |