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

Invoke.SurfaceBoxToRegion

Finds the surface region covered by surface box.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceBoxAvl.Box3D
inSurfaceFormatAvl.SurfaceFormatSurface format for which the output region will be defined.
outRegionAvl.RegionOutput region.

See also