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,
	FilNet.Region outValidPointsRegion,
	FilNet.Region outInvalidPointsRegion
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outValidPointsRegionFilNet.RegionRegion of locations where points are valid.
outInvalidPointsRegionFilNet.RegionRegion of locations where points are invalid.

Function Overrides

See also