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

Invoke.SurfaceBoxToRegion

Finds the surface region covered by surface box.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceBoxToRegion
(
	Fil.Box3D inSurfaceBox,
	Fil.SurfaceFormat inSurfaceFormat,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inSurfaceBoxFil.Box3D
inSurfaceFormatFil.SurfaceFormatSurface format for which the output region will be defined.
outRegionFil.RegionOutput region.

See also