You are here: Start » AVL.NET » Function Reference » Surface » Surface Features » AVL.SurfaceValidPointsRegion

AVL.SurfaceValidPointsRegion

Computes region of locations where points are valid in a surface and where they are invalid.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceValidPointsRegion
(
	AvlNet.Surface inSurface,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Region outValidPointsRegion,
	AvlNet.Region outInvalidPointsRegion
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
outValidPointsRegionAvlNet.RegionRegion of locations where points are valid.
outInvalidPointsRegionAvlNet.RegionRegion of locations where points are invalid.

Errors

List of possible exceptions:

Error type Description
DomainError Region of interest exceeds an input surface in SurfaceValidPointsRegion.

Function Overrides

See also