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