You are here: Start » AVL.NET » AVL.SurfaceValidPointsRegion Method
AVL.SurfaceValidPointsRegion Method
Computes region of locations where points are valid in a surface and where they are invalid.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SurfaceValidPointsRegion( AvlNet.Surface inSurface, AvlNet.Region inRoi, out AvlNet.Region outValidPointsRegion, out AvlNet.Region outInvalidPointsRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | inRoi | AvlNet.Region | Region of interest. Default value: atl::NIL, or null. | ||
![]() | outValidPointsRegion | AvlNet.Region | Region of locations where points are valid. | ||
![]() | outInvalidPointsRegion | AvlNet.Region | Region of locations where points are invalid. |


