You are here: Start » FIL.NET » Invoke.SurfaceValidPointsRegion
Computes region of locations where points are valid in a surface and where they are invalid.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SurfaceValidPointsRegion ( Fil.Surface inSurface, Optional<Fil.Region> inRoi, Fil.Region outValidPointsRegion, Fil.Region outInvalidPointsRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | outValidPointsRegion | Fil.Region | Region of locations where points are valid. | ||
![]() | outInvalidPointsRegion | Fil.Region | Region of locations where points are invalid. |