You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceValidPointsRegion

FIL.SurfaceValidPointsRegion

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Region of interest exceeds an input surface in SurfaceValidPointsRegion.

Function Overrides

See also