You are here: Start » AVL.NET » Invoke.Point3DGridValidPointsRegion
Computes region of locations where points are valid in a points 3D grid and where they are invalid.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void Point3DGridValidPointsRegion ( Avl.Point3DGrid inPoint3DGrid, Optional<Avl.Region> inRoi, Avl.Region outValidPointsRegion, Avl.Region outInvalidPointsRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint3DGrid | Avl.Point3DGrid | |||
![]()  | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]()  | outValidPointsRegion | Avl.Region | Region of locations where points are valid. | ||
![]()  | outInvalidPointsRegion | Avl.Region | Region of locations where points are invalid. | 


