You are here: Start » AVL.NET » AVL.SurfaceBoundingBox_OrNil Method

AVL.SurfaceBoundingBox_OrNil Method

Computes the bounding box 3D of given surface; returns NIL if no valid point is present.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceBoundingBox_OrNil(
	AvlNet.Surface inSurface,
	AvlNet.Region inRoi,
	out AvlNet.Box3D? outBoundingBox3D
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.RegionRegion of interest. Default value: atl::NIL, or null.
outBoundingBox3DAvlNet.Box3D?Bounding box of the surface points.

See also