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