You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceBoundingBox_OrNil
Computes the bounding box 3D of given surface; returns NIL if no valid point is present.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SurfaceBoundingBox_OrNil ( FilNet.Surface inSurface, INullable<FilNet.Box3D> outBoundingBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outBoundingBox3D | FilNet.INullable<FilNet.Box3D> | Bounding box of the surface points. This parameter cannot be null. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region of interest exceeds an input surface in SurfaceBoundingBox_OrNil. |