You are here: Start » AVL.NET » Invoke.SurfaceValidPointsRegion

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
inSurfaceAvl.SurfaceInput surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
outValidPointsRegionAvl.RegionRegion of locations where points are valid.
outInvalidPointsRegionAvl.RegionRegion of locations where points are invalid.

See also