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