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

Invoke.SkipEmptySurfaceRegion

If the input surface contains at least one valid point in a given region, then the region is copied to the output; otherwise Nil is returned.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SkipEmptySurfaceRegion
(
	Avl.Surface inSurface,
	Avl.Region inRegion,
	Conditional<Avl.Region> outNotEmptySurfaceRegion,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inSurfaceAvl.Surface
inRegionAvl.RegionInput region.
outNotEmptySurfaceRegionAtl.Conditional<Avl.Region>
outIsNotEmptybool

See also