You are here: Start » FIL.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:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFil.Surface
inRegionFil.RegionInput region.
outNotEmptySurfaceRegionFtl.Conditional<Fil.Region>
outIsNotEmptybool

See also