You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.SurfaceBoxToRegion

AVL.SurfaceBoxToRegion

Finds the surface region covered by surface box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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