You are here: Start » AVL.NET » AVL.Point3DGridValidPointsRegion Method
AVL.Point3DGridValidPointsRegion Method
Computes region of locations where points are valid in a points 3D grid and where they are invalid.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Point3DGridValidPointsRegion( AvlNet.Point3DGrid inPoint3DGrid, out AvlNet.Region outValidPointsRegion, out AvlNet.Region outInvalidPointsRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3DGrid | AvlNet.Point3DGrid | |||
![]() | outValidPointsRegion | AvlNet.Region | Region of locations where points are valid. | ||
![]() | outInvalidPointsRegion | AvlNet.Region | Region of locations where points are invalid. |


