You are here: Start » FIL.NET » FIS.SurfaceValidPointsRegion Method

FIS.SurfaceValidPointsRegion Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceValidPointsRegion
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Region outValidPointsRegion,
	FilNet.Region outInvalidPointsRegion
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::NIL.
outValidPointsRegionFilNet.RegionRegion of locations where points are valid.
outInvalidPointsRegionFilNet.RegionRegion of locations where points are invalid.

Function Overrides

See also