Point3DGridValidPointsRegion
Computes region of locations where points are valid in a points 3D grid and where they are invalid.
Syntax
C++
C#
Python
def Point3DGridValidPointsRegion( inPoint3DGrid: Point3DGrid, outValidPointsRegion: Region, outInvalidPointsRegion: Region, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | Point3DGrid | ||
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
outValidPointsRegion | Region | Region of locations where points are valid | |
![]() |
outInvalidPointsRegion | Region | Region of locations where points are invalid |


