You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceBoundingBox
Computes the bounding box 3D of given surface.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SurfaceBoundingBox ( FilNet.Surface inSurface, out FilNet.Box3D outBoundingBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outBoundingBox3D | FilNet.Box3D | Bounding box of the surface points. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | No valid point in given region in SurfaceBoundingBox. |
DomainError | Region of interest exceeds an input surface in SurfaceBoundingBox. |