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

Invoke.SurfaceValidPointsRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
outValidPointsRegionFil.RegionRegion of locations where points are valid.
outInvalidPointsRegionFil.RegionRegion of locations where points are invalid.

See also