You are here: Start » AVL.NET » AVS.SurfaceBoxToRegion Method

AVS.SurfaceBoxToRegion Method

Finds the surface region covered by surface box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceBoxAvlNet.Box3D
inSurfaceFormatAvlNet.SurfaceFormatSurface format for which the output region will be defined.
outRegionAvlNet.RegionOutput region.

See also