You are here: Start » AVL.NET » Invoke.SurfaceBoundingBox_OrNil
Computes the bounding box 3D of given surface; returns NIL if no valid point is present.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SurfaceBoundingBox_OrNil ( Avl.Surface inSurface, Optional<Avl.Region> inRoi, Conditional<Avl.Box3D> outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSurface | Avl.Surface | Input surface. | ||
![]()  | inRoi | Atl.Optional<Avl.Region> | Region of interest. Default value: atl::NIL. | ||
![]()  | outBoundingBox3D | Atl.Conditional<Avl.Box3D> | Bounding box of the surface points. | 


