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

FIS.SurfaceBoxToRegion Method

Finds the surface region covered by surface box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceBoxToRegion
(
	FilNet.Box3D inSurfaceBox,
	FilNet.SurfaceFormat inSurfaceFormat,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inSurfaceBoxFilNet.Box3D
inSurfaceFormatFilNet.SurfaceFormatSurface format for which the output region will be defined.
outRegionFilNet.RegionOutput region.

See also